Package org.apache.syncope.core.logic
Class SAML2SP4UIProperties
java.lang.Object
org.apache.syncope.core.logic.SAML2SP4UIProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
void
setAcceptedSkew
(long acceptedSkew) void
setKeystore
(String keystore) void
setKeystoreAlias
(String keystoreAlias) void
setKeystoreKeypass
(String keystoreKeypass) void
setKeystoreStorepass
(String keystoreStorepass) void
setKeystoreType
(String keystoreType) void
setMaximumAuthenticationLifetime
(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)
-