public class AuthConfiguration extends Object
| Constructor and Description |
|---|
AuthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdminUsers()
Get the admin users.
|
BasicAuthConfiguration |
getBasic()
Get the basic auth configuration.
|
JwtAuthConfiguration |
getJwt()
Get the jwt auth configuration.
|
String |
getRealm()
Get the security realm.
|
String |
getScope()
Get the security scope.
|
WebacConfiguration |
getWebac()
Get the webac auth configuration.
|
void |
setAdminUsers(List<String> adminUsers)
Set the admin users.
|
void |
setBasic(BasicAuthConfiguration basic)
Set the basic auth configuration.
|
void |
setJwt(JwtAuthConfiguration jwt)
Set the jwt auth configuration.
|
void |
setRealm(String realm)
Set the security realm.
|
void |
setScope(String scope)
Set the security scope.
|
void |
setWebac(WebacConfiguration webac)
Set the webac auth configuration.
|
public void setAdminUsers(List<String> adminUsers)
adminUsers - the admin userspublic void setBasic(BasicAuthConfiguration basic)
basic - the basic auth configpublic BasicAuthConfiguration getBasic()
public void setJwt(JwtAuthConfiguration jwt)
jwt - the jwt auth configpublic JwtAuthConfiguration getJwt()
public void setWebac(WebacConfiguration webac)
webac - the webac auth configpublic WebacConfiguration getWebac()
public String getRealm()
public void setRealm(String realm)
realm - the security realmpublic void setScope(String scope)
scope - the security scopepublic String getScope()