Searched defs:subject (Results 101 - 125 of 517) sorted by relevance

1234567891011>>

/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DUserSubject.java6 * The contents of this file are subject to the terms
64 * @param pSubjectName subject name as used in OpenAM policy,
77 * @param subject EntitlementSubject who is under evaluation.
88 Subject subject,
92 boolean satified = hasPrincipal(subject, getID()) ^ isExclusive();
110 * Returns <code>true</code> is this subject is an identity object.
112 * @return <code>true</code> is this subject is an identity object.
85 evaluate( String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String, Set<String>> environment) argument
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOUserSubject.java6 * The contents of this file are subject to the terms
74 * @param pSubjectName subject name as used in OpenAM policy,
109 protected boolean hasPrincipal(Subject subject, String uuid) { argument
110 Set<Principal> userPrincipals = subject.getPrincipals();
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeServiceConfig.java2 * The contents of this file are subject to the terms of the Common Development and
43 * @param subject The subject used to retrieve the SSO token.
49 ServiceConfig getOrgConfig(Subject subject, String realm) throws SMSException, SSOException { argument
51 final SSOToken token = getSSOToken(subject);
65 * @param subject The subject used to retrieve the SSO token.
72 ServiceConfig getSubOrgConfig(Subject subject, String realm, String configName) throws SMSException, argument
75 final ServiceConfig config = getOrgConfig(subject, realm).getSubConfig(configName);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/wrappers/
H A DApplicationTypeManagerWrapper.java2 * The contents of this file are subject to the terms of the Common Development and
35 * @param subject The user requesting the ApplicationType
39 public ApplicationType getApplicationType(Subject subject, String name) { argument
40 return ApplicationTypeManager.getAppplicationType(subject, name);
46 * @param subject The user requesting the names
49 public Set<String> getApplicationTypeNames(Subject subject) { argument
50 return ApplicationTypeManager.getApplicationTypeNames(subject);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/conditions/environment/
H A DResourceEnvIPConditionTest.java2 * The contents of this file are subject to the terms of the Common Development and
38 private Subject subject; field in class:ResourceEnvIPConditionTest
45 subject = new Subject();
46 subject.getPrivateCredentials().add(token);
85 condition.evaluate(realm, subject, resourceName, env);
102 ConditionDecision result = condition.evaluate(realm, subject, resourceName, env);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/service/
H A DResourceTypeServiceTest.java2 * The contents of this file are subject to the terms of the Common Development and
36 private Subject subject; field in class:ResourceTypeServiceTest
50 subject = new Subject();
51 subject.getPrincipals().add(testUserPrinciple);
66 resourceType = service.saveResourceType(subject, "/testRealm", resourceType);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultActionMapper.java6 * The contents of this file are subject to the terms
250 Subject subject,
298 subject);
330 subject);
249 convertEvidence(Evidence evidence, Subject subject, String sourceID) argument
H A DDefaultPartnerAccountMapper.java6 * The contents of this file are subject to the terms
72 * subject in the assertion is mapped. This method will be called in POST
79 * @param sourceID source ID for the site from which the subject
91 * from the subject.
100 Subject subject = null;
130 subject = sub;
135 if (subject != null) {
136 getUser(subject, sourceID, map);
138 SAMLUtils.addEnvParamsFromAssertion(attrMap, assertion, subject);
149 * subject i
173 getUser(Subject subject, String sourceID, Map<String, String> map) argument
[all...]
H A DNameIDPartnerAccountMapper.java6 * The contents of this file are subject to the terms
51 protected void getUser(Subject subject, String sourceID, Map map) { argument
53 NameIdentifier nameIdentifier = subject.getNameIdentifier();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributePlugin.java6 * The contents of this file are subject to the terms
51 * @param subject <code>FSSubject</code> to use in the statements
60 FSSubject subject,
57 getAttributeStatements( String hostProviderID, String remoteProviderID, FSSubject subject, Object token) argument
H A DFSDefaultAttributePlugin.java6 * The contents of this file are subject to the terms
71 * @param subject Subject subject of the authenticated principal.
80 FSSubject subject,
84 "/", hostEntityId, remoteEntityID, subject, token);
93 * @param subject Subject subject of the authenticated principal.
101 FSSubject subject,
159 new AttributeStatement(subject, attributes);
77 getAttributeStatements( String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
97 getAttributeStatements( String realm, String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
H A DFSDefaultRealmAttributePlugin.java6 * The contents of this file are subject to the terms
72 * @param subject Subject subject of the authenticated principal.
80 FSSubject subject,
138 new AttributeStatement(subject, attributes);
76 getAttributeStatements( String realm, String hostEntityId, String remoteEntityID, FSSubject subject, Object token) argument
H A DFSRealmAttributePlugin.java6 * The contents of this file are subject to the terms
50 * @param subject <code>FSSubject</code> to use in the statements
58 FSSubject subject,
54 getAttributeStatements( String realm, String hostProviderID, String remoteProviderID, FSSubject subject, Object token) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DProxySubject.java6 * The contents of this file are subject to the terms
74 * @param subject <code>ProxySubject</code> to be checked
77 public boolean equals(ProxySubject subject) { argument
78 return super.equals(subject);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DWebServiceAuthenticator.java6 * The contents of this file are subject to the terms
52 public Object authenticate(Message message,Subject subject, argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectStatement.java6 * The contents of this file are subject to the terms
40 * that allows issuer to describe a subject. Its
48 //The subject
60 * @return The subject within the statement.
69 * @param subject A Subject object.
72 public boolean setSubject(Subject subject) { argument
73 if (subject == null) {
80 _subject = subject;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java6 * The contents of this file are subject to the terms
101 if (subject != null) {
109 subject = new Subject((Element) child);
121 if (subject == null) {
136 * @param subject the Subject of the <code>AuthenticationQuery</code>.
141 public AuthenticationQuery(Subject subject, argument
144 if (subject == null) {
149 this.subject = subject;
156 * @param subject Th
159 AuthenticationQuery(Subject subject) argument
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaEmailService.java2 * The contents of this file are subject to the terms of the Common Development and
54 * @param subject The subject of the email.
58 public void email(String realm, String to, String subject, String message) throws MessagingException { argument
59 Reject.ifNull(realm, to, subject, message);
65 getMailServer(realm).sendHtmlEmail(emailAddress, subject, message);
/forgerock/openam/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-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java6 * The contents of this file are subject to the terms
64 * @param subject The e-mail subject
70 public void postMail(String recipients[], String subject, String message, argument
72 postMail(recipients, subject, message, from, "text/plain", charset);
81 * @param subject The e-mail subject
86 public void postMail(String recipients[], String subject, String message, argument
88 postMail(recipients, subject, message, from, "text/plain", "UTF-8");
97 * @param subject Th
105 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset) argument
159 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
184 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-v13/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, final Object loginContext)
77 return updateSessions(session, loginState, session, authSession, sessionService, subject, loginContext);
50 activateSession(final LoginState loginState, final SessionService sessionService, final InternalSession authSession, final Subject subject, final Object loginContext) argument
/forgerock/openam-v13/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
85 * @param subject Subject who credential is used for performing the
91 public Evaluator(Subject subject, String applicationName) argument
93 adminSubject = subject;
102 * @param subject Subject who credential is used for performing the
106 public Evaluator(Subject subject) argument
108 adminSubject = subject;
114 * Returns <code>true</code> if the subject is granted to an
118 * @param subject Subject who is under evaluation.
122 * @return <code>true</code> if the subject i
126 hasEntitlement( String realm, Subject subject, Entitlement e, Map<String, Set<String>> envParameters ) argument
152 evaluate( String realm, Subject subject, Set<String> resourceNames, Map<String, Set<String>> environment ) argument
194 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

Completed in 79 milliseconds

1234567891011>>