Class SamlProperties
- java.lang.Object
-
- cronapp.framework.authentication.saml.SamlProperties
-
public class SamlProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description SamlProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityId()BooleangetForceAuthN()LonggetMaxAuthenticationAge()StringgetMetadataUrl()StringgetPrivateKey()StringgetPrivateKeyPass()StringgetStoreFile()StringgetStorePass()voidsetEntityId(String entityId)voidsetForceAuthN(Boolean forceAuthN)voidsetMaxAuthenticationAge(Long maxAuthenticationAge)voidsetMetadataUrl(String metadataUrl)voidsetPrivateKey(String privateKey)voidsetPrivateKeyPass(String privateKeyPass)voidsetStoreFile(String storeFile)voidsetStorePass(String storePass)
-
-
-
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)
-
-