public class AuthConfig
extends java.lang.Object
| Constructor and Description |
|---|
AuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthCredentialsConfig[] |
getCredentials() |
java.lang.String |
getEncryptionKey() |
boolean |
isAuthenticationEnabled() |
void |
setAuthenticationEnabled(boolean authenticationEnabled) |
void |
setCredentials(AuthCredentialsConfig[] credentials) |
void |
setEncryptionKey(java.lang.String encryptionKey) |
public boolean isAuthenticationEnabled()
public void setAuthenticationEnabled(boolean authenticationEnabled)
public AuthCredentialsConfig[] getCredentials()
public void setCredentials(AuthCredentialsConfig[] credentials)
public java.lang.String getEncryptionKey()
public void setEncryptionKey(java.lang.String encryptionKey)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.