Searched defs:SAML2 (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DTokenType.java24 SAML2, USERNAME, OPENAM, OPENIDCONNECT, X509; enum constant in enum:TokenType
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DTokenType.java24 SAML2, USERNAME, OPENAM, OPENIDCONNECT, X509; enum constant in enum:TokenType
/forgerock/openam-v13/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DTokenType.java33 * SAML2 token type.
35 SAML2, enum constant in enum:TokenType
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java125 * SAML2 protocol
127 public String SAML2 = "saml2"; field in interface:COTConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java125 * SAML2 protocol
127 public String SAML2 = "saml2"; field in interface:COTConstants
/forgerock/openam/openam-tokens/src/main/java/org/forgerock/openam/tokens/
H A DTokenType.java33 * SAML2 token type.
35 SAML2, enum constant in enum:TokenType
/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java44 String amKeystorePath; //signed or encrypted SAML2/OIDC tokens need path to OpenAM keystore with test private-key-entry
46 If x509->SAML2/OIDC token transformations are being provided in a tls-offloaded context,
116 SAML2, OIDC, BOTH; enum constant in enum:STSPublishContext.GeneratedTokenType
119 return (BOTH.ordinal() == ordinal()) || (SAML2.ordinal() == ordinal());
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutManager.java104 * Constant for SAML2 protocol
106 public static final String SAML2 = "saml2"; field in class:SingleLogoutManager
235 if (key.equalsIgnoreCase(SAML2)) {
236 key = SAML2;
321 * SAML2 - single logout initiated using SAMLv2 protocol
649 if (protocol.equals(SingleLogoutManager.SAML2)) {
662 "(SAML2) location=" + location +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java85 private static final String SAML2 = "SAML2"; field in class:SAML2MetaManager
99 SAML2);
142 SAML2, callerToken);
1114 cotName, COTConstants.SAML2, entityId, false);
1211 cotName, COTConstants.SAML2, entityId, false);
1774 a, COTConstants.SAML2, trustedEntityId)) {
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java86 * SAML2 Authentication Module, acting from the SP's POV. Will redirect to a SAML2 IdP for authentication, then
90 public class SAML2 extends AMLoginModule { class in inherits:AMLoginModule
159 DEBUG.error("SAML2 :: init() : Unable to set auth level {}", authLevel, e);
175 "SAML2 :: process() : Http Request is null - programmatic login is not supported.");
196 return processError(e, null, "SAML2 :: process() : Authentication Error");
216 return processError(bundle.getString("samlLocalConfigFailed"), "SAML2 :: initiateSAMLLoginAtIDP() : {}",
265 DEBUG.message("SAML2.saveAuthnRequestIfFailoverEnabled : "
268 DEBUG.error("SAML2.saveAuthnRequestIfFailoverEnabled : There was a problem saving the "
269 + "AuthnRequestInfoCopy in the SAML2 Toke
[all...]
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java92 * SAML2 Authentication Module, acting from the SP's POV. Will redirect to a SAML2 IdP for authentication, then
96 public class SAML2 extends AMLoginModule { class in inherits:AMLoginModule
165 DEBUG.error("SAML2 :: init() : Unable to set auth level {}", authLevel, e);
181 "SAML2 :: process() : Http Request is null - programmatic login is not supported.");
202 return processError(e, null, "SAML2 :: process() : Authentication Error");
219 return processError(bundle.getString("samlLocalConfigFailed"), "SAML2 :: initiateSAMLLoginAtIDP() : {}",
231 SAML2Utils.debug.message("SAML2 :: initiateSAMLLoginAtIDP() reqBinding is null using endpoint binding: {}",
240 SAML2Utils.debug.message("SAML2 :: initiateSAMLLoginAtIDP() ssoURL : {}", ssoURL);
285 DEBUG.message("SAML2
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DSingleLogoutManager.java104 * Constant for SAML2 protocol
106 public static final String SAML2 = "saml2"; field in class:SingleLogoutManager
235 if (key.equalsIgnoreCase(SAML2)) {
236 key = SAML2;
321 * SAML2 - single logout initiated using SAMLv2 protocol
649 if (protocol.equals(SingleLogoutManager.SAML2)) {
662 "(SAML2) location=" + location +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java88 private static final String SAML2 = "SAML2"; field in class:SAML2MetaManager
102 SAML2);
145 SAML2, callerToken);
1106 // Typically found in the proprietary extended metadata, not standard SAML2 entity metadata
1114 cotm.addCircleOfTrustMember(realm, cotName, COTConstants.SAML2, entityId, false);
1210 cotName, COTConstants.SAML2, entityId, false);
1773 a, COTConstants.SAML2, trustedEntityId)) {
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAuditConstants.java118 /** SAML2 audit event component. */
119 SAML2("SAML2"); enum constant in enum:AuditConstants.Component
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAuditConstants.java116 /** SAML2 audit event component. */
117 SAML2("SAML2"), enum constant in enum:AuditConstants.Component
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java345 * Constant for SAML2 end tag
655 * SAML2 data store provider name.
657 public String SAML2 = "saml2"; field in interface:SAML2Constants
873 * Attribute to be configured in SPSSOConfig for SAML2 authentication
1125 // key for SAML2 SDK class mapping
1343 * SAE : Derived from SAML2 meta
1537 * SAML2 component will send request to the external logout URL
1644 * Default Value for the SAML2 Server Port
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java345 * Constant for SAML2 end tag
655 * SAML2 data store provider name.
657 public String SAML2 = "saml2"; field in interface:SAML2Constants
873 * Attribute to be configured in SPSSOConfig for SAML2 authentication
1121 // key for SAML2 SDK class mapping
1352 * SAE : Derived from SAML2 meta
1546 * SAML2 component will send request to the external logout URL
1653 * Default Value for the SAML2 Server Port

Completed in 70 milliseconds