Searched refs:policy (Results 126 - 150 of 1089) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyStatsListener.java31 package com.sun.identity.policy;
36 import com.sun.identity.policy.remote.PolicyRequestHandler;
40 * to record policy cache stats
68 * Records policy cache stats.
H A DPolicyLockFactory.java16 package com.sun.identity.policy;
23 * This factory is intended to be used when concurrent policy changes are not atomic. The retrieved lock
H A DValidValues.java32 package com.sun.identity.policy;
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/policy/client/
H A DPolicyEvaluatorTest.java29 package com.sun.identity.policy.client;
35 import com.sun.identity.policy.PolicyDecision;
36 import com.sun.identity.policy.client.PolicyEvaluator;
37 import com.sun.identity.policy.client.PolicyEvaluatorFactory;
38 import com.sun.identity.policy.TokenUtils;
40 import com.sun.identity.policy.plugins.AuthenticateToRealmCondition;
41 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
42 import com.sun.identity.policy.plugins.AuthLevelCondition;
60 @Test(groups={"policy-client"})
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DPMAuthenticatedUsersSubjectEditViewBean.java29 package com.sun.identity.console.policy;
32 import com.sun.identity.console.policy.model.PolicyModel;
40 "/console/policy/PMAuthenticatedUsersSubjectEdit.jsp";
43 * Creates a policy creation view bean.
H A DSubjectEditViewBean.java29 package com.sun.identity.console.policy;
36 import com.sun.identity.console.policy.model.CachedPolicy;
37 import com.sun.identity.console.policy.model.PolicyModel;
38 import com.sun.identity.policy.NameAlreadyExistsException;
39 import com.sun.identity.policy.NameNotFoundException;
40 import com.sun.identity.policy.InvalidNameException;
41 import com.sun.identity.policy.Policy;
42 import com.sun.identity.policy.interfaces.Subject;
53 "/console/policy/SubjectEdit.jsp";
62 * Creates a policy creatio
[all...]
H A DPMAuthenticatedUsersSubjectAddViewBean.java29 package com.sun.identity.console.policy;
37 "/console/policy/PMAuthenticatedUsersSubjectAdd.jsp";
40 * Creates a policy creation view bean.
H A DSubjectNoneAddViewBean.java29 package com.sun.identity.console.policy;
36 "/console/policy/SubjectNoneAdd.jsp";
43 * Creates a policy creation view bean.
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java34 * Creates the given policy in the underlying store.
36 * @param policy the policy to create. Must have a valid name.
37 * @throws EntitlementException if a policy with the same name already exists or if an error occurs creating the
38 * policy.
40 Privilege create(Privilege policy) throws EntitlementException; argument
43 * Reads the given named policy from the policy store.
45 * @param policyName the name of the policy to read.
46 * @return the policy
57 update(String existingName, Privilege policy) argument
[all...]
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/assembly/scripts/
H A Drun-policy-evaluation-sample.sh5 #policy evaluation sample
30 #$Id: run-policy-evaluation-sample.sh,v 1.6 2008/08/19 19:11:25 veiming Exp $
35 #Runs the client policy evaluation sample
47 #You have to create user and policy at the server to get right policy decision
55 java -classpath resources:lib/openam-clientsdk-${project.version}.jar:lib/servlet-api-${servlet-api.version}.jar:lib/openam-example-clientsdk-cli-${project.version}.jar samples.policy.PolicyEvaluationSample policyEvaluationSample
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/models/
H A DUMAResourceSetWithPolicy.js52 if (!response.policy) {
53 response.policy = {};
54 response.policy.permissions = [];
56 response.policy.policyId = response._id;
66 key: "policy",
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DPMAuthenticatedUsersSubjectEditViewBean.java29 package com.sun.identity.console.policy;
32 import com.sun.identity.console.policy.model.PolicyModel;
40 "/console/policy/PMAuthenticatedUsersSubjectEdit.jsp";
43 * Creates a policy creation view bean.
H A DSubjectEditViewBean.java29 package com.sun.identity.console.policy;
36 import com.sun.identity.console.policy.model.CachedPolicy;
37 import com.sun.identity.console.policy.model.PolicyModel;
38 import com.sun.identity.policy.NameAlreadyExistsException;
39 import com.sun.identity.policy.NameNotFoundException;
40 import com.sun.identity.policy.InvalidNameException;
41 import com.sun.identity.policy.Policy;
42 import com.sun.identity.policy.interfaces.Subject;
53 "/console/policy/SubjectEdit.jsp";
62 * Creates a policy creatio
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyStatsListener.java31 package com.sun.identity.policy;
36 import com.sun.identity.policy.remote.PolicyRequestHandler;
40 * to record policy cache stats
68 * Records policy cache stats.
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyStore.java34 * Creates the given policy in the underlying store.
36 * @param policy the policy to create. Must have a valid name.
37 * @throws EntitlementException if a policy with the same name already exists or if an error occurs creating the
38 * policy.
40 Privilege create(Privilege policy) throws EntitlementException; argument
43 * Reads the given named policy from the policy store.
45 * @param policyName the name of the policy to read.
46 * @return the policy
57 update(String existingName, Privilege policy) argument
[all...]
/forgerock/openam/openam-test/src/test/java/com/sun/identity/policy/client/
H A DPolicyEvaluatorTest.java29 package com.sun.identity.policy.client;
35 import com.sun.identity.policy.PolicyDecision;
36 import com.sun.identity.policy.client.PolicyEvaluator;
37 import com.sun.identity.policy.client.PolicyEvaluatorFactory;
38 import com.sun.identity.policy.TokenUtils;
40 import com.sun.identity.policy.plugins.AuthenticateToRealmCondition;
41 import com.sun.identity.policy.plugins.AuthenticateToServiceCondition;
42 import com.sun.identity.policy.plugins.AuthLevelCondition;
60 @Test(groups={"policy-client"})
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/models/
H A DUMAResourceSetWithPolicy.js44 if (!response.policy) {
45 response.policy = {};
46 response.policy.permissions = [];
48 response.policy.policyId = response._id;
58 key: "policy",
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java32 package com.sun.identity.console.policy.model;
49 * This class caches policy object for Console. Token ID and a randomly
50 * generated string are used as key to cache and retrieve a policy.
59 * The generated random string is used to cache policy object when
69 * Gets an instance of policy cache
71 * @return an instance of policy cache
78 * Caches a policy object
81 * @param policy Policy object to be cached
82 * @return an unique key for retrieve this policy in future
84 public String cachePolicy(SSOToken token, CachedPolicy policy) { argument
118 setPolicy(SSOToken token, String cachedID, CachedPolicy policy) argument
[all...]
H A DIdentitySubjectModel.java29 package com.sun.identity.console.policy.model;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyCache.java29 package com.sun.identity.console.policy.model;
49 * This class caches policy object for Console. Token ID and a randomly
50 * generated string are used as key to cache and retrieve a policy.
59 * The generated random string is used to cache policy object when
69 * Gets an instance of policy cache
71 * @return an instance of policy cache
78 * Caches a policy object
81 * @param policy Policy object to be cached
82 * @return an unique key for retrieve this policy in future
84 public String cachePolicy(SSOToken token, CachedPolicy policy) { argument
123 setPolicy(SSOToken token, String cachedID, CachedPolicy policy) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyNotificationHandler.java31 package com.sun.identity.policy.client;
36 import com.sun.identity.policy.PolicyException;
37 import com.sun.identity.policy.remote.PolicyNotification;
38 import com.sun.identity.policy.remote.PolicyService;
42 * Class that handles policy notifications from
44 * is registered as <code>NotificationHandler</code> for policy
106 * Processes a policy notification. Delegates to
110 * @param pn policy notification to process
117 + "Error while handling policy notification",
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthenticatedUsers.java32 package com.sun.identity.policy.plugins;
42 import com.sun.identity.policy.ValidValues;
43 import com.sun.identity.policy.interfaces.Subject;
44 import com.sun.identity.policy.Syntax;
74 * @see com.sun.identity.policy.Syntax
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DAdvicesHandleableByAMRequest.java30 package com.sun.identity.policy.remote;
41 * the names of policy advices that could be handled by OpenAM
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/policy/am/
H A DOpenAMSessionTokenServerAssertionBuilder.java17 package org.forgerock.openam.sts.soap.policy.am;
18 import org.apache.cxf.ws.policy.PolicyConstants;
19 import org.apache.cxf.ws.security.policy.SP12Constants;
23 import org.apache.cxf.ws.security.policy.SPConstants;
30 * Registered with the org.apache.cxf.ws.policy.AssertionBuilderRegistry, obtained via the cxf Bus in SoapSTSLifecycleImpl,
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyWildcardTest.java26 package com.sun.identity.policy;
100 Policy policy = new Policy(POLICY_NAME_USER, "user - discard", false, true);
101 policy.addRule(Util.createAGetPostRule(URL_RESOURCE_USER1, URL_RESOURCE_USER1));
102 policy.addRule(Util.createAGetPostRule(URL_RESOURCE_USER2, URL_RESOURCE_USER2));
103 policy.addRule(Util.createAGetPostRule(URL_RESOURCE_USER3, URL_RESOURCE_USER3));
104 policy.addSubject("AllUsers", Util.createAuthenticatedUsersSubject(pm));
105 pm.addPolicy(policy);
107 policy = new Policy(POLICY_NAME_ADMIN, "admin - discard", false, true);
108 policy.addRule(Util.createAGetPostRule(URL_RESOURCE_ADMIN1, URL_RESOURCE_ADMIN1));
109 policy
[all...]

Completed in 91 milliseconds

1234567891011>>