Package org.apache.syncope.core.logic
Class SAML2SP4UIProperties
- java.lang.Object
-
- org.apache.syncope.core.logic.SAML2SP4UIProperties
-
@ConfigurationProperties("saml2.sp4ui") public class SAML2SP4UIProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description SAML2SP4UIProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAcceptedSkew()
String
getKeystore()
String
getKeystoreAlias()
String
getKeystoreKeypass()
String
getKeystoreStorepass()
String
getKeystoreType()
long
getMaximumAuthenticationLifetime()
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)
-
-
-
Method Detail
-
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)
-
getKeystoreAlias
public String getKeystoreAlias()
-
setKeystoreAlias
public void setKeystoreAlias(String keystoreAlias)
-
getMaximumAuthenticationLifetime
public long getMaximumAuthenticationLifetime()
-
setMaximumAuthenticationLifetime
public void setMaximumAuthenticationLifetime(long maximumAuthenticationLifetime)
-
getAcceptedSkew
public long getAcceptedSkew()
-
setAcceptedSkew
public void setAcceptedSkew(long acceptedSkew)
-
-