Package org.apache.syncope.sra
Class SRAProperties.SAML2
- java.lang.Object
-
- org.apache.syncope.sra.SRAProperties.SAML2
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SRAProperties
public static class SRAProperties.SAML2 extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2()
-
Method Summary
-
-
-
Method Detail
-
getAuthnRequestBinding
public SAML2BindingType getAuthnRequestBinding()
-
setAuthnRequestBinding
public void setAuthnRequestBinding(SAML2BindingType authnRequestBinding)
-
getLogoutRequestBinding
public SAML2BindingType getLogoutRequestBinding()
-
setLogoutRequestBinding
public void setLogoutRequestBinding(SAML2BindingType logoutRequestBinding)
-
getLogoutResponseBinding
public SAML2BindingType getLogoutResponseBinding()
-
setLogoutResponseBinding
public void setLogoutResponseBinding(SAML2BindingType logoutResponseBinding)
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String entityId)
-
getMaximumAuthenticationLifetime
public long getMaximumAuthenticationLifetime()
-
setMaximumAuthenticationLifetime
public void setMaximumAuthenticationLifetime(long maximumAuthenticationLifetime)
-
getAcceptedSkew
public long getAcceptedSkew()
-
setAcceptedSkew
public void setAcceptedSkew(int acceptedSkew)
-
getSpMetadataFilePath
public String getSpMetadataFilePath()
-
setSpMetadataFilePath
public void setSpMetadataFilePath(String spMetadataFilePath)
-
getIdpMetadata
public String getIdpMetadata()
-
setIdpMetadata
public void setIdpMetadata(String idpMetadata)
-
getKeystore
public String getKeystore()
-
setKeystore
public void setKeystore(String keystore)
-
getKeystoreType
public String getKeystoreType()
-
setKeystoreType
public void setKeystoreType(String keystoreType)
-
getKeystoreStorePass
public String getKeystoreStorePass()
-
setKeystoreStorePass
public void setKeystoreStorePass(String keystoreStorePass)
-
getKeystoreKeypass
public String getKeystoreKeypass()
-
setKeystoreKeypass
public void setKeystoreKeypass(String keystoreKeyPass)
-
-