Class SamlProperties


  • public class SamlProperties
    extends Object
    • Constructor Detail

      • SamlProperties

        public SamlProperties()
    • Method Detail

      • getEntityId

        public String getEntityId()
      • setEntityId

        public void setEntityId​(String entityId)
      • getMetadataUrl

        public String getMetadataUrl()
      • setMetadataUrl

        public void setMetadataUrl​(String metadataUrl)
      • getStoreFile

        public String getStoreFile()
      • setStoreFile

        public void setStoreFile​(String storeFile)
      • getStorePass

        public String getStorePass()
      • setStorePass

        public void setStorePass​(String storePass)
      • getPrivateKey

        public String getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • getPrivateKeyPass

        public String getPrivateKeyPass()
      • setPrivateKeyPass

        public void setPrivateKeyPass​(String privateKeyPass)
      • getMaxAuthenticationAge

        public Long getMaxAuthenticationAge()
      • setMaxAuthenticationAge

        public void setMaxAuthenticationAge​(Long maxAuthenticationAge)
      • getForceAuthN

        public Boolean getForceAuthN()
      • setForceAuthN

        public void setForceAuthN​(Boolean forceAuthN)