Package org.apache.syncope.core.logic
Class SAML2SP4UIProperties
java.lang.Object
org.apache.syncope.core.logic.SAML2SP4UIProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetAcceptedSkew(long acceptedSkew) voidsetKeystore(String keystore) voidsetKeystoreAlias(String keystoreAlias) voidsetKeystoreKeypass(String keystoreKeypass) voidsetKeystoreStorepass(String keystoreStorepass) voidsetKeystoreType(String keystoreType) voidsetMaximumAuthenticationLifetime(long maximumAuthenticationLifetime)
-
Constructor Details
-
SAML2SP4UIProperties
public SAML2SP4UIProperties()
-
-
Method Details
-
getKeystore
-
setKeystore
-
getKeystoreType
-
setKeystoreType
-
getKeystoreStorepass
-
setKeystoreStorepass
-
getKeystoreKeypass
-
setKeystoreKeypass
-
getKeystoreAlias
-
setKeystoreAlias
-
getMaximumAuthenticationLifetime
public long getMaximumAuthenticationLifetime() -
setMaximumAuthenticationLifetime
public void setMaximumAuthenticationLifetime(long maximumAuthenticationLifetime) -
getAcceptedSkew
public long getAcceptedSkew() -
setAcceptedSkew
public void setAcceptedSkew(long acceptedSkew)
-