Searched defs:subject (Results 276 - 300 of 517) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DLocalSSOTokenSessionModule.java2 * The contents of this file are subject to the terms of the Common Development and
263 * @param subject {@inheritDoc}
267 public Promise<Void, AuthenticationException> cleanSubject(MessageInfoContext messageInfo, Subject subject) { argument
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/
H A DOpenIdConnectTokenGenerationImpl.java2 * The contents of this file are subject to the terms of the Common Development and
86 final String subject = ssoTokenIdentity.validateAndGetTokenPrincipal(subjectToken);
89 invocationState.getOpenIdConnectTokenGenerationState(), issueInstant / 1000, subject);
108 tokenString, subject, issueInstant, tokenConfig.getTokenLifetimeInSeconds());
119 String subject) throws TokenCreationException {
135 .setSub(subject)
116 buildToken(SSOToken subjectToken, OpenIdConnectTokenConfig tokenConfig, OpenIdConnectTokenGenerationState tokenGenerationState, long issueTimeSeconds, String subject) argument
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLLoginModule.java6 * The contents of this file are subject to the terms
67 * @param subject
74 public void initialize(Subject subject, CallbackHandler callbackHandler, argument
76 setSubject(subject);
84 "callback handler for " + subject);
179 * to the subject.
202 * into the subject during the commit method from the subject.
314 private void setSubject(Subject subject) { argument
315 this.subject
371 private Subject subject; field in class:AmWLLoginModule
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymous.java6 * The contents of this file are subject to the terms
84 public void init(Subject subject, Map sharedState, Map options) { argument
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java6 * The contents of this file are subject to the terms
110 public void init(Subject subject, Map sharedState, Map options) { argument
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapper.java2 * The contents of this file are subject to the terms of the Common Development and
68 * @param subject {@inheritDoc}
73 public void init(Subject subject, Map sharedState, Map options) { argument
76 Map<String, Object> config = initialize(subject, sharedState, options);
87 * @param subject The Subject to be authenticated.
92 protected abstract Map<String, Object> initialize(Subject subject, Map sharedState, Map options); argument
/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java6 * The contents of this file are subject to the terms
78 public void init(Subject subject, Map sharedState, Map options) { argument
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java6 * The contents of this file are subject to the terms
176 * @param subject The subject of the message.
180 private void sendHOTP(String otpCode, String subject, String message) throws AuthLoginException { argument
200 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
209 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
220 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
222 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
/forgerock/openam-v13/openam-authentication/openam-auth-httpbasic/src/main/java/com/sun/identity/authentication/modules/httpbasic/
H A DHTTPBasic.java6 * The contents of this file are subject to the terms
84 public void init(Subject subject, Map sharedState, Map options) { argument
114 amLoginModule.initialize(subject,handler,sharedState,currentConfig);
/forgerock/openam-v13/openam-authentication/openam-auth-nt/src/main/java/com/sun/identity/authentication/modules/nt/
H A DNT.java6 * The contents of this file are subject to the terms
82 public void init(Subject subject, Map sharedState, Map options) { argument
/forgerock/openam-v13/openam-authentication/openam-auth-securid/src/main/java/com/sun/identity/authentication/modules/securid/
H A DSecurID.java6 * The contents of this file are subject to the terms
59 * init(Subject subject, Map sharedState, Map options)
112 public void init(Subject subject, Map sharedState, Map options) { argument
124 debug.message("SecurID:init:subject = " + subject +
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeBase.java6 * The contents of this file are subject to the terms
167 Subject subject = SubjectUtils.createSubject(getAdminSSOToken());
170 subject, realm, appName);
182 delResources.addAll(getAllBaseResources(subject, realm, application));
195 * @param subject
196 * the calling subject
207 private Set<String> getAllBaseResources(final Subject subject, final String realm, final Application application) argument
213 final ResourceType resourceType = resourceTypeService.getResourceType(subject, realm, resourceTypeUuid);
234 throw new CLIException(MessageFormat.format(getResourceString("privilege-application-subject-type-invalid"),
259 for (SubjectImplementation subject
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAttributeLookupCondition.java6 * The contents of this file are subject to the terms
47 * This condition evaluates if a given attribute from subject matches with
112 * @param subject EntitlementCondition who is under evaluation.
121 Subject subject,
131 evalKey = getAttributeFromSubject(subject, attrName);
163 private String getAttributeFromSubject(Subject subject, String attrName) { argument
164 Set publicCreds = subject.getPublicCredentials();
193 * @return subject name as used in OpenAM policy,
221 * @param pConditionName subject name as used in OpenAM policy,
119 evaluate( String realm, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
H A DAttributeSubject.java6 * The contents of this file are subject to the terms
101 * @param subject EntitlementSubject who is under evaluation.
112 Subject subject,
118 Set publicCreds = subject.getPublicCredentials();
213 * Returns <code>true</code> is this subject is an identity object.
215 * @return <code>true</code> is this subject is an identity object.
109 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
H A DJwtClaimSubject.java2 * The contents of this file are subject to the terms of the Common Development and
30 * A policy subject condition that examines claims in a Json Web Token (JWT) subject, such as an OpenID Connect
79 public SubjectDecision evaluate(final String realm, final SubjectAttributesManager mgr, final Subject subject, argument
83 final Set<JwtPrincipal> jwts = subject.getPrincipals(JwtPrincipal.class);
86 DEBUG.message("No JWT principal in subject");
H A DStringAttributeCondition.java6 * The contents of this file are subject to the terms
116 public ConditionDecision evaluate(String realm, Subject subject, argument
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOPolicyDataStore.java6 * The contents of this file are subject to the terms
83 public void addPolicy(Subject subject, String realm, argument
134 "ATTEMPT_ADD_PRIVILEGE", logParams, subject);
139 "SUCCEEDED_ADD_PRIVILEGE", logParams, subject);
155 "FAILED_ADD_PRIVILEGE", logParams, subject);
162 "FAILED_ADD_PRIVILEGE", logParams, subject);
169 "FAILED_ADD_PRIVILEGE", logParams, subject);
334 public void removePrivilege(Subject subject, String realm, argument
337 SSOToken adminToken = SubjectUtils.getSSOToken(subject);
358 "ATTEMPT_REMOVE_PRIVILEGE", logParams, subject);
406 addReferral( Subject subject, String realm, ReferralPrivilege referral) argument
487 removeReferral( Subject subject, String realm, ReferralPrivilege referral ) argument
[all...]
H A DPolicyPrivilegeManager.java6 * The contents of this file are subject to the terms
107 * @param subject subject that would be used for privilege management
111 public void initialize(String realm, Subject subject) { argument
112 super.initialize(realm, subject);
114 SSOToken ssoToken = SubjectUtils.getSSOToken(subject);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAMIdentityMembershipCondition.java2 * The contents of this file are subject to the terms of the Common Development and
106 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
130 * @return {@code true} if the user is member of this subject.
132 * member of this subject
H A DAuthLevelCondition.java2 * The contents of this file are subject to the terms of the Common Development and
111 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
114 if (subject == null) {
131 SSOToken token = (SSOToken) subject.getPrivateCredentials().iterator().next();
H A DAuthenticateToServiceCondition.java2 * The contents of this file are subject to the terms of the Common Development and
106 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
125 } else if (subject != null){
126 SSOToken token = (SSOToken) subject.getPrivateCredentials().iterator().next();
H A DOAuth2ScopeCondition.java2 * The contents of this file are subject to the terms of the Common Development and
108 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
H A DScriptCondition.java2 * The contents of this file are subject to the terms of the Common Development and
117 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, argument
134 scriptVariables.put("username", SubjectUtils.getPrincipalId(subject));
143 SSOToken ssoToken = SubjectUtils.getSSOToken(subject);
H A DSessionCondition.java2 * The contents of this file are subject to the terms of the Common Development and
134 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
137 SSOToken token = (subject == null) ? null : (SSOToken) getValue(subject.getPrivateCredentials());
H A DSessionPropertyCondition.java2 * The contents of this file are subject to the terms of the Common Development and
119 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, Map<String, Set<String>> env) argument
128 if (subject == null) {
132 SSOToken token = (SSOToken) getValue(subject.getPrivateCredentials());

Completed in 143 milliseconds

<<11121314151617181920>>