Searched defs:subject (Results 126 - 150 of 517) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPolicyDataStore.java6 * The contents of this file are subject to the terms
65 * @param subject who is performing the operation.
70 Subject subject,
78 * @param adminSubject Administrator subject that has the credential to
92 * @param adminSubject Administrator subject that has the credential to
106 * @param subject Administrator subject that has the credential to
112 Subject subject,
120 * @param subject who is performing the operation.
126 Subject subject,
69 addPolicy( Subject subject, String realm, Privilege privilege ) argument
111 removePrivilege( Subject subject, String realm, Privilege privilege ) argument
125 addReferral( Subject subject, String realm, ReferralPrivilege referral ) argument
131 removeReferral( Subject subject, String realm, ReferralPrivilege referral ) argument
[all...]
H A DSubjectAttributesCollector.java6 * The contents of this file are subject to the terms
74 * @param subject identity of the user
81 Subject subject,
89 * @param subject identity of the user
98 Subject subject,
103 * Returns available subject attribute names.
105 * @return a set of available subject attribute names or empty CaseInsensitiveHashSet if not found
123 * @param subject identity of the user.
130 Subject subject,
80 getAttributes( Subject subject, Set<String> attrNames ) argument
97 hasAttribute( Subject subject, String attrName, String attrValue) argument
129 getUserAttributes( Subject subject, Set<String> attrNames ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServices.java6 * The contents of this file are subject to the terms
43 * Retrieve user details (roles, attributes) for the subject.
46 * @param subject Token for subject.
47 * @return User details for the subject.
53 UserDetails attributes(List attributeNames, Token subject, boolean refresh) throws TokenExpired, GeneralFailure, argument
60 * @param subject Optional token identifying the subject for which the log
67 void log(Token app, Token subject, String logName, String message) throws AccessDenied, TokenExpired, argument
78 * @return IdentityDetails of the subject
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DResourceTypeService.java2 * The contents of this file are subject to the terms of the Common Development and
37 * @param subject The subject with privilege to create resource types.
43 public ResourceType saveResourceType(Subject subject, String realm, ResourceType resourceType) argument
48 * @param subject The subject with privilege to delete resource types in this realm.
53 public void deleteResourceType(Subject subject, String realm, String uuid) throws EntitlementException; argument
57 * @param subject The subject with privilege to access the resource types in this realm.
64 public Map<String, Map<String, Set<String>>> getResourceTypesData(Subject subject, Strin argument
75 getResourceType(Subject subject, String realm, String uuid) argument
85 updateResourceType(Subject subject, String realm, ResourceType resourceType) argument
103 contains(Subject subject, String realm, String id) argument
120 getResourceTypes(QueryFilter<SmsAttribute> filter, Subject subject, String realm) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttributeStatement.java6 * The contents of this file are subject to the terms
41 *that the specified subject is associated with the specified attributes.
103 "should not contain more than one subject.");
142 // check if the subject is null
165 * @param subject (required) A Subject object.
169 public AttributeStatement(Subject subject, List attribute) argument
171 // check if the subject is null
172 if (subject == null) {
175 "missing subject.");
180 this._subject = subject;
[all...]
H A DAuthorizationDecisionStatement.java6 * The contents of this file are subject to the terms
39 *by the issuer that the request for access by the specified subject to the
71 * @param subject (required) A Subject object
83 public AuthorizationDecisionStatement(Subject subject, String resource, argument
86 super(subject, resource, decision, action, evidence);
92 *@param subject (required) A Subject object
103 public AuthorizationDecisionStatement(Subject subject, String resource, argument
105 super(subject, resource, decision, action);
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2ResponseData.java2 * The contents of this file are subject to the terms of the Common Development and
28 private Subject subject; field in class:SAML2ResponseData
44 * @param subject Subject about whom this authentication provides information.
45 * @param assertion Assertion for this subject's authentication.
48 public SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo) { argument
49 Reject.ifNull(sessionIndex, subject, assertion, responseInfo);
51 this.subject = subject;
58 * Sets the subject value.
60 * @param subject valu
62 setSubject(Subject subject) argument
[all...]
/forgerock/openam-v13/openam-coretoken/src/main/java/com/sun/identity/coretoken/spi/
H A DCoreTokenStore.java6 * The contents of this file are subject to the terms
45 * @param subject Subject of the caller.
52 public String createToken(Subject subject, argument
59 * @param subject Subject of the caller.
64 public String readToken(Subject subject, String tokenId) argument
70 * @param subject Subject of the caller
76 public void deleteToken(Subject subject, String tokenId) argument
81 * @param subject Subject of the caller
87 public JSONArray searchTokens (Subject subject, argument
92 * @param subject calle
100 updateToken(Subject subject, String tokenId, String eTag, JSONObject newVals) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAnyUserSubject.java6 * The contents of this file are subject to the terms
48 Subject subject,
45 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
H A DGroupSubject.java6 * The contents of this file are subject to the terms
70 * @param pSubjectName subject name as used in OpenAM policy,
83 * @param subject EntitlementSubject who is under evaluation.
94 Subject subject,
100 Set publicCreds = subject.getPublicCredentials();
146 * Returns <code>true</code> is this subject is an identity object.
148 * @return <code>true</code> is this subject is an identity object.
91 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOGroupSubject.java6 * The contents of this file are subject to the terms
83 * @param pSubjectName subject name as used in OpenAM policy,
96 * @param subject EntitlementSubject who is under evaluation.
108 Subject subject,
115 Set publicCreds = subject.getPublicCredentials();
154 if (isMember(subject, type, idGroup)) {
231 Subject subject,
235 Set<Principal> userPrincipals = subject.getPrincipals();
105 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
230 isMember( Subject subject, IdType type, AMIdentity idGroup ) argument
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfiguration.java2 * The contents of this file are subject to the terms of the Common Development and
33 * @param subject The subject for whom the resource type should be retrieved.
39 public ResourceType getResourceType(Subject subject, String realm, String uuid) throws EntitlementException; argument
43 * @param subject The subject for whom the resource type should be retrieved.
48 public boolean containsUUID(Subject subject, String realm, String uuid) throws EntitlementException; argument
52 * @param subject The subject for whom the resource type should be retrieved.
57 public boolean containsName(Subject subject, Strin argument
66 removeResourceType(Subject subject, String realm, String uuid) argument
75 storeResourceType(Subject subject, String realm, ResourceType resourceType) argument
92 getResourceTypes(QueryFilter<SmsAttribute> filter, Subject subject, String realm) argument
104 getResourceTypesData(Subject subject, String realm) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementEvaluatorFactory.java2 * The contents of this file are subject to the terms of the Common Development and
44 public PolicyEvaluator getEvaluator(final Subject subject, final String application) throws EntitlementException { argument
45 return new EntitlementEvaluatorWrapper(new Evaluator(subject, application));
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DStubPrivilege.java2 * The contents of this file are subject to the terms of the Common Development and
47 public List<Entitlement> evaluate(Subject adminSubject, String realm, Subject subject, String applicationName, argument
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaAuditFilter.java2 * The contents of this file are subject to the terms of the Common Development and
48 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DAbstractLoginModuleBinder.java2 * The contents of this file are subject to the terms of the Common Development and
57 * @param subject The Subject to be authenticated.
65 public void init(Subject subject, Map sharedState, Map options) { argument
67 authLoginModule.init(subject, sharedState, options);
H A DJaspiAuthLoginModule.java2 * The contents of this file are subject to the terms of the Common Development and
59 * @param subject {@inheritDoc}
64 public void init(Subject subject, Map sharedState, Map options) { argument
67 Map<String, Object> config = generateConfig(subject, sharedState, options);
78 * @param subject The Subject to be authenticated.
83 protected abstract Map<String, Object> generateConfig(Subject subject, Map sharedState, Map options); argument
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2ResponseData.java2 * The contents of this file are subject to the terms of the Common Development and
28 private Subject subject; field in class:SAML2ResponseData
44 * @param subject Subject about whom this authentication provides information.
45 * @param assertion Assertion for this subject's authentication.
48 public SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo) { argument
49 Reject.ifNull(sessionIndex, subject, assertion, responseInfo);
51 this.subject = subject;
58 * Sets the subject value.
60 * @param subject valu
62 setSubject(Subject subject) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java6 * The contents of this file are subject to the terms
63 * @param subject The e-mail subject
69 public void postMail(String recipients[], String subject, String message, argument
71 postMail(recipients, subject, message, from, "text/plain", charset);
80 * @param subject The e-mail subject
85 public void postMail(String recipients[], String subject, String message, argument
87 postMail(recipients, subject, message, from, "text/plain", "UTF-8");
96 * @param subject Th
104 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset) argument
158 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
183 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DStatelessSessionActivator.java2 * The contents of this file are subject to the terms of the Common Development and
51 final InternalSession authSession, final Subject subject)
77 return updateSessions(session, loginState, session, authSession, sessionService, subject);
50 activateSession(final LoginState loginState, final SessionService sessionService, final InternalSession authSession, final Subject subject) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementCondition.java6 * The contents of this file are subject to the terms
90 * @param subject Subject who is under evaluation.
98 Subject subject,
96 evaluate( String realm, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
H A DEntitlementSubject.java6 * The contents of this file are subject to the terms
84 * @param subject Subject who is under evaluation.
93 Subject subject,
99 * Returns <code>true</code> is this subject is an identity object.
101 * @return <code>true</code> is this subject is an identity object.
90 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
H A DEvaluator.java6 * The contents of this file are subject to the terms
52 * <li>subject: The subject that attempts to access a particular resource.</li>
53 * <li>resourceNames: The resources the subject attempts to access.</li>
55 * that certain environment/subject conditions may depend on certain fields to be present in this map. One such
76 * @param subject Subject who credential is used for performing the evaluation.
79 public Evaluator(Subject subject) throws EntitlementException { argument
80 this(subject, ApplicationTypeManager.URL_APPLICATION_TYPE_NAME);
86 * @param subject Subject who credential is used for performing the evaluation.
90 public Evaluator(Subject subject, Strin argument
118 hasEntitlement( String realm, Subject subject, Entitlement e, Map<String, Set<String>> envParameters ) argument
144 evaluate( String realm, Subject subject, Set<String> resourceNames, Map<String, Set<String>> environment ) argument
180 evaluate( String realm, Subject subject, String resourceName, Map<String, Set<String>> environment, boolean recursive ) argument
[all...]
H A DIPrivilege.java6 * The contents of this file are subject to the terms
66 * Returns a list of entitlement for a given subject, resource name
71 * @param subject Subject who is under evaluation.
80 * @return a list of entitlement for a given subject, resource name
86 Subject subject,
84 evaluate(Subject adminSubject, String realm, Subject subject, String applicationName, String normalisedResourceName, String requestedResourceName, Set<String> actionNames, Map<String, Set<String>> environment, boolean recursive, Object context) argument
H A DPolicyDataStore.java6 * The contents of this file are subject to the terms
65 * @param subject who is performing the operation.
70 Subject subject,
78 * @param adminSubject Administrator subject that has the credential to
92 * @param adminSubject Administrator subject that has the credential to
106 * @param subject Administrator subject that has the credential to
112 Subject subject,
120 * @param subject who is performing the operation.
126 Subject subject,
69 addPolicy( Subject subject, String realm, Privilege privilege ) argument
111 removePrivilege( Subject subject, String realm, Privilege privilege ) argument
125 addReferral( Subject subject, String realm, ReferralPrivilege referral ) argument
131 removeReferral( Subject subject, String realm, ReferralPrivilege referral ) argument
[all...]

Completed in 108 milliseconds

1234567891011>>