Searched defs:subject (Results 51 - 75 of 517) sorted by relevance

1234567891011>>

/forgerock/openam-v13/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-v13/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-v13/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-v13/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-v13/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/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DIOpenSSORequestHandler.java6 * The contents of this file are subject to the terms
57 * @param subject the subject that may be used by the callers
69 public boolean shouldAuthenticate(Subject subject, argument
85 * Returns the principal related to the subject
89 * @param subject the Subject
94 public String getAuthPrincipal(HttpServletRequest request, Subject subject); argument
104 * @param subject
109 public String[] getAuthGroup(HttpServletRequest request, Subject subject); argument
/forgerock/openam-v13/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
66 authLoginModule.init(subject, sharedState, options);
/forgerock/openam-v13/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
44 * @param subject The SMS subject
51 void sendSMSMessage(String from, String to, String subject, argument
60 * @param subject The E-mail subject
67 void sendEmail(String from, String to, String subject, argument
/forgerock/openam-v13/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-v13/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
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-v13/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,
110 protected boolean hasPrincipal(Subject subject, String uuid) { argument
111 Set<Principal> userPrincipals = subject.getPrincipals();
/forgerock/openam-v13/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
50 final SSOToken token = getSSOToken(subject);
64 * @param subject The subject used to retrieve the SSO token.
71 ServiceConfig getSubOrgConfig(Subject subject, String realm, String configName) throws SMSException, argument
74 final ServiceConfig config = getOrgConfig(subject, realm).getSubConfig(configName);
/forgerock/openam-v13/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-v13/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-v13/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-v13/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-v13/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DOpendsRMIJRMPServerImpl.java4 * The contents of this file are subject to the terms of the
74 protected RMIConnection makeClient(String connectionId, Subject subject) argument
77 if (subject != null)
79 Set<Credential> privateCreds = subject
87 return super.makeClient(connectionId, subject);
/forgerock/openam-v13/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);

Completed in 128 milliseconds

1234567891011>>