Searched defs:subject (Results 76 - 100 of 517) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DSubjectConditionMigrator.java2 * The contents of this file are subject to the terms of the Common Development and
23 * Migrator for migrating old policy subject conditions to new entitlement subject conditions.
30 * Migrates the specified old policy subject condition to a new entitlement subject condition.
32 * @param subject The subject condition to migrate
34 * @return A new {@code EntitlementSubject} of the migrated old policy subject condition
36 EntitlementSubject migrate(PolicySubject subject, MigrationReport migrationReport); argument
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushMessage.java2 * The contents of this file are subject to the terms of the Common Development and
32 private final String subject; field in class:PushMessage
39 * @param subject The subject to contain within the message. May not be null.
43 public PushMessage(String recipient, String body, String subject, String messageId) { argument
46 Reject.ifNull(subject);
50 this.subject = subject;
63 * @param subject The subject t
65 PushMessage(String recipient, String body, String subject) argument
[all...]
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptingService.java2 * The contents of this file are subject to the terms of the Common Development and
36 * @param subject The subject that is creating the script configuration.
40 ScriptConfiguration create(ScriptConfiguration config, Subject subject) throws ScriptException; argument
73 * @param subject The subject that is updating the script configuration.
77 ScriptConfiguration update(ScriptConfiguration config, Subject subject) throws ScriptException; argument
/forgerock/openam/openam-authentication/openam-auth-amster/src/main/java/org/forgerock/openam/authentication/modules/amster/
H A DAmsterAuthLoginModule.java2 * The contents of this file are subject to the terms of the Common Development and
53 public void init(Subject subject, Map sharedState, Map options) { argument
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DSMSGateway.java6 * The contents of this file are subject to the terms
55 * @param subject The SMS subject
62 void sendSMSMessage(String from, String to, String subject, argument
71 * @param subject The E-mail subject
78 void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DEmailGateway.java6 * The contents of this file are subject to the terms
37 * @param subject The E-mail subject
42 public void sendEmail(String from, String to, String subject, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginModule.java6 * The contents of this file are subject to the terms
38 public void initialize(AuthSubject subject, CallbackHandler cb, argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DNoSessionActivator.java2 * The contents of this file are subject to the terms of the Common Development and
41 final InternalSession authSession, final Subject subject) {
40 activateSession(final LoginState loginState, final SessionService sessionService, final InternalSession authSession, final Subject subject) argument
H A DSessionActivator.java2 * The contents of this file are subject to the terms of the Common Development and
36 * @param subject the authenticated subject.
41 Subject subject) throws AuthException;
40 activateSession(LoginState loginState, SessionService sessionService, InternalSession authSession, Subject subject) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DAndCondition.java6 * The contents of this file are subject to the terms
67 * @param subject EntitlementCondition who is under evaluation.
74 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, argument
91 ConditionDecision decision = condition.evaluate(realm, subject, resourceName, environment);
H A DAndSubject.java6 * The contents of this file are subject to the terms
61 * @param pSubjectName subject name as used in OpenAM policy,
74 * @param subject EntitlementSubject who is under evaluation.
84 Subject subject,
92 SubjectDecision decision = e.evaluate(realm, mgr, subject,
81 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment ) argument
H A DNoSubject.java6 * The contents of this file are subject to the terms
57 String realm, SubjectAttributesManager mgr, Subject subject,
56 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment ) argument
H A DOrCondition.java6 * The contents of this file are subject to the terms
69 * @param subject EntitlementCondition under evaluation.
75 public ConditionDecision evaluate(String realm, Subject subject, String resourceName, argument
92 ConditionDecision decision = condition.evaluate(realm, subject, resourceName, environment);
H A DOrSubject.java6 * The contents of this file are subject to the terms
62 * @param pSubjectName subject name as used in OpenAM policy,
75 * @param subject EntitlementSubject who is under evaluation.
85 Subject subject,
95 SubjectDecision decision = e.evaluate(realm, mgr, subject,
82 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment ) argument
H A DSubjectAttributesCollector.java6 * The contents of this file are subject to the terms
69 * @param subject identity of the user
76 Subject subject,
81 * Returns available subject attribute names.
83 * @return a set of available subject attribute names or empty CaseInsensitiveHashSet if not found
101 * @param subject identity of the user.
108 Subject subject,
75 getAttributes( Subject subject, Set<String> attrNames ) argument
107 getUserAttributes( Subject subject, Set<String> attrNames ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DSubjectUtils.java6 * The contents of this file are subject to the terms
73 * Create the subject from the SSOToken ID.
86 public static SSOToken getSSOToken(Subject subject) { argument
87 Set set = subject.getPrivateCredentials();
99 public static String getPrincipalId(Subject subject) { argument
100 Set<Principal> userPrincipals = subject.getPrincipals();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DEntitlementIndexConfigFilter.java2 * The contents of this file are subject to the terms of the Common Development and
33 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DLoginContextFactory.java2 * The contents of this file are subject to the terms of the Common Development and
31 * whether there is a subject available.
48 * @param subject the subject that is attempting to log in - may be null
56 final Subject subject,
67 if (subject != null) {
69 new javax.security.auth.login.LoginContext(configName, subject, dsameCallbackHandler));
77 if (subject != null) {
79 entries, subject, dsameCallbackHandler);
55 createLoginContext(final AMLoginContext context, final Subject subject, final String configName, final boolean isPureJAAS, final Configuration configuration) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/activators/
H A DForceAuthSessionActivator.java2 * The contents of this file are subject to the terms of the Common Development and
44 final InternalSession authSession, final Subject subject) throws AuthException {
50 return updateSessions(session, loginState, loginState.getOldSession(), authSession, sessionService, subject);
43 activateSession(final LoginState loginState, final SessionService sessionService, final InternalSession authSession, final Subject subject) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/monitoring/
H A DEvaluationTimingStore.java2 * The contents of this file are subject to the terms of the Common Development and
40 * @param subject The subject against which the evaluation took place
42 public void addTiming(long duration, String realm, String applicationName, String resourceName, Subject subject) { argument
43 durationStore.add(new PolicyTimingEntry(duration, realm, applicationName, resourceName, subject));
H A DInternalEvaluationTimingStore.java2 * The contents of this file are subject to the terms of the Common Development and
39 * @param subject The subject against which the evaluation took place
42 String resourceName, Subject subject) {
44 durationStore.add(new PolicyTimingEntry(policyName, duration, realm, applicationName, resourceName, subject));
41 addTiming(String policyName, long duration, String realm, String applicationName, String resourceName, Subject subject) argument
H A DPolicyTimingEntry.java2 * The contents of this file are subject to the terms of the Common Development and
35 private final Subject subject; field in class:PolicyTimingEntry
44 * @param subject Subject against which the evaluation took place
46 public PolicyTimingEntry(long duration, String realm, String applicationName, String resourceName, Subject subject) { argument
47 this(null, duration, realm, applicationName, resourceName, subject);
58 * @param subject Subject against which the evaluation took place
61 String resourceName, Subject subject) {
67 this.subject = subject;
85 .append(getPrincipal(subject))
60 PolicyTimingEntry(String policyName, long duration, String realm, String applicationName, String resourceName, Subject subject) argument
96 getPrincipal(Subject subject) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/
H A DMailServer.java4 * The contents of this file are subject to the terms
46 * @param subject The E-mail subject.
50 void sendHtmlEmail(String to, String subject, String message) throws MessagingException; argument
58 * @param subject The E-mail subject.
63 void sendHtmlEmail(String from, String to, String subject, String message, Map<String, Set<String>> options) argument
72 * @param subject The E-mail subject
77 void sendEmail(String from, String to, String subject, argument
87 sendEmail(String to, String subject, String message) argument
104 sendEmail(String to, String subject, String message, String mimeType) argument
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/authentication/service/
H A DLoginContextFactoryTest.java2 * The contents of this file are subject to the terms of the Common Development and
37 private Subject subject; field in class:LoginContextFactoryTest
44 subject = new Subject();
56 loginContextFactory.createLoginContext(amLoginContext, subject, null, true, configuration);
69 LoginContext loginContext = loginContextFactory.createLoginContext(amLoginContext, subject, CONFIG_NAME, true, configuration);
73 assertThat(loginContext.getSubject()).isEqualTo(subject);
95 LoginContext loginContext = loginContextFactory.createLoginContext(amLoginContext, subject, CONFIG_NAME, false, configuration);
99 assertThat(loginContext.getSubject()).isEqualTo(subject);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DAnonymousESubject.java6 * The contents of this file are subject to the terms
56 * @param subject ESubject who is under evaluation.
65 Subject subject,
64 evaluate( Subject subject, String resourceName, Map<String, Set<String>> environment) argument

Completed in 93 milliseconds

1234567891011>>