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
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setAcceptedSkew
(int acceptedSkew) void
setAuthnRequestBinding
(SAML2BindingType authnRequestBinding) void
setEntityId
(String entityId) void
setIdpMetadata
(String idpMetadata) void
setKeystore
(String keystore) void
setKeystoreKeypass
(String keystoreKeyPass) void
setKeystoreStorePass
(String keystoreStorePass) void
setKeystoreType
(String keystoreType) void
setLogoutRequestBinding
(SAML2BindingType logoutRequestBinding) void
setLogoutResponseBinding
(SAML2BindingType logoutResponseBinding) void
setMaximumAuthenticationLifetime
(long maximumAuthenticationLifetime) void
setSpMetadataFilePath
(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
-