Package org.apache.syncope.sra
Class SRAProperties.SAML2
java.lang.Object
org.apache.syncope.sra.SRAProperties.SAML2
- All Implemented Interfaces:
Serializable
- Enclosing class:
SRAProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetAcceptedSkew(int acceptedSkew) voidsetAuthnRequestBinding(SAML2BindingType authnRequestBinding) voidsetEntityId(String entityId) voidsetIdpMetadata(String idpMetadata) voidsetKeystore(String keystore) voidsetKeystoreKeypass(String keystoreKeyPass) voidsetKeystoreStorePass(String keystoreStorePass) voidsetKeystoreType(String keystoreType) voidsetLogoutRequestBinding(SAML2BindingType logoutRequestBinding) voidsetLogoutResponseBinding(SAML2BindingType logoutResponseBinding) voidsetMaximumAuthenticationLifetime(long maximumAuthenticationLifetime) voidsetSpMetadataFilePath(String spMetadataFilePath)
-
Constructor Details
-
SAML2
public SAML2()
-
-
Method Details
-
getAuthnRequestBinding
-
setAuthnRequestBinding
-
getLogoutRequestBinding
-
setLogoutRequestBinding
-
getLogoutResponseBinding
-
setLogoutResponseBinding
-
getEntityId
-
setEntityId
-
getMaximumAuthenticationLifetime
public long getMaximumAuthenticationLifetime() -
setMaximumAuthenticationLifetime
public void setMaximumAuthenticationLifetime(long maximumAuthenticationLifetime) -
getAcceptedSkew
public long getAcceptedSkew() -
setAcceptedSkew
public void setAcceptedSkew(int acceptedSkew) -
getSpMetadataFilePath
-
setSpMetadataFilePath
-
getIdpMetadata
-
setIdpMetadata
-
getKeystore
-
setKeystore
-
getKeystoreType
-
setKeystoreType
-
getKeystoreStorePass
-
setKeystoreStorePass
-
getKeystoreKeypass
-
setKeystoreKeypass
-