public class AuthServerConfig extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
accessCodeLifetime |
protected String |
adminRole |
protected boolean |
cancelPropagation |
protected String |
clientKeyPassword |
protected String |
clientKeystore |
protected String |
clientKeystorePassword |
protected String |
clientRole |
protected String |
loginRole |
protected String |
realm |
protected String |
realmKeyAlias |
protected String |
realmKeyStore |
protected String |
realmKeystorePassword |
protected String |
realmPrivateKey |
protected String |
realmPrivateKeyPassword |
protected String |
realmPublicKey |
protected List<String> |
resources |
protected boolean |
ssoDisabled |
protected int |
tokenLifetime |
protected String |
truststore |
protected String |
truststorePassword |
protected String |
wildcardRole |
Constructor and Description |
---|
AuthServerConfig() |
protected String realm
protected String realmPrivateKey
protected String realmPublicKey
protected String realmKeyStore
protected String realmKeystorePassword
protected String realmKeyAlias
protected String realmPrivateKeyPassword
protected int accessCodeLifetime
protected int tokenLifetime
protected String adminRole
protected String loginRole
protected String clientRole
protected String wildcardRole
protected boolean cancelPropagation
protected boolean ssoDisabled
protected String truststore
protected String truststorePassword
protected String clientKeystore
protected String clientKeystorePassword
protected String clientKeyPassword
public String getRealm()
public void setRealm(String realm)
public String getRealmPrivateKey()
public void setRealmPrivateKey(String realmPrivateKey)
public String getRealmPublicKey()
public void setRealmPublicKey(String realmPublicKey)
public int getAccessCodeLifetime()
public void setAccessCodeLifetime(int accessCodeLifetime)
public String getTruststore()
public void setTruststore(String truststore)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
public String getClientKeystore()
public void setClientKeystore(String clientKeystore)
public String getClientKeystorePassword()
public void setClientKeystorePassword(String clientKeystorePassword)
public String getClientKeyPassword()
public void setClientKeyPassword(String clientKeyPassword)
public boolean isCancelPropagation()
public void setCancelPropagation(boolean cancelPropagation)
public boolean isSsoDisabled()
public void setSsoDisabled(boolean ssoDisabled)
public String getAdminRole()
public void setAdminRole(String adminRole)
public String getLoginRole()
public void setLoginRole(String loginRole)
public String getClientRole()
public void setClientRole(String clientRole)
public String getWildcardRole()
public void setWildcardRole(String wildcardRole)
public String getRealmKeyStore()
public void setRealmKeyStore(String realmKeyStore)
public String getRealmKeystorePassword()
public void setRealmKeystorePassword(String realmKeystorePassword)
public String getRealmKeyAlias()
public void setRealmKeyAlias(String realmKeyAlias)
public String getRealmPrivateKeyPassword()
public void setRealmPrivateKeyPassword(String realmPrivateKeyPassword)
public int getTokenLifetime()
public void setTokenLifetime(int tokenLifetime)
Copyright © 2015. All Rights Reserved.