Class SAML2SP4UIProperties

java.lang.Object
org.apache.syncope.core.logic.SAML2SP4UIProperties

@ConfigurationProperties("saml2.sp4ui") public class SAML2SP4UIProperties extends Object
  • Constructor Details

    • SAML2SP4UIProperties

      public SAML2SP4UIProperties()
  • Method Details

    • 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)