public class SAML2SSOFederatedAuthenticatorConfig extends FederatedAuthenticatorConfig
displayName, enabled, name, properties
Constructor and Description |
---|
SAML2SSOFederatedAuthenticatorConfig(FederatedAuthenticatorConfig federatedAuthenticatorConfig) |
Modifier and Type | Method and Description |
---|---|
String |
getIdpEntityId() |
String |
getLogoutRequestUrl() |
String |
getName() |
String |
getSaml2SSOUrl() |
String |
getSpEntityId() |
boolean |
isAuthnRequestSigned() |
boolean |
isAuthnResponseEncrypted() |
boolean |
isAuthnResponseSigned() |
boolean |
isLogoutEnabled() |
boolean |
isLogoutRequestSigned() |
boolean |
isUserIdInClaims() |
boolean |
isValid() |
build, equals, getDisplayName, getProperties, hashCode, isEnabled, setDisplayName, setEnabled, setName, setProperties
public SAML2SSOFederatedAuthenticatorConfig(FederatedAuthenticatorConfig federatedAuthenticatorConfig)
public boolean isValid()
isValid
in class FederatedAuthenticatorConfig
public String getName()
getName
in class FederatedAuthenticatorConfig
public String getIdpEntityId()
public boolean isLogoutEnabled()
public boolean isLogoutRequestSigned()
public String getLogoutRequestUrl()
public String getSpEntityId()
public boolean isAuthnRequestSigned()
public boolean isAuthnResponseSigned()
public boolean isUserIdInClaims()
public String getSaml2SSOUrl()
public boolean isAuthnResponseEncrypted()
Copyright © 2015 WSO2. All rights reserved.