public static class SecurityRealm.SecurityRealmResources extends Object
Constructor and Description |
---|
SecurityRealmResources() |
Modifier and Type | Method and Description |
---|---|
JaasAuthentication |
jaasAuthentication()
Configuration to use a JAAS LoginContext to authenticate the users.
|
KerberosAuthentication |
kerberosAuthentication()
Configuration to use Kerberos to authenticate the users.
|
KerberosServerIdentity |
kerberosServerIdentity()
Configuration for the Kerberos identity of a server or host
controller.
|
LdapAuthentication |
ldapAuthentication()
Configuration to use LDAP as the user repository.
|
LdapAuthorization |
ldapAuthorization()
Configuration to use LDAP as the user repository.
|
LocalAuthentication |
localAuthentication()
Configuration of the local authentication mechanism.
|
PlugIn |
plugIn(String key) |
PlugInAuthentication |
plugInAuthentication()
Configuration of a user store plug-in for use by the realm.
|
PlugInAuthorization |
plugInAuthorization()
Configuration of a user store plug-in for use by the realm.
|
List<PlugIn> |
plugIns()
Get the list of PlugIn resources
|
PropertiesAuthentication |
propertiesAuthentication()
Configuration to use a list users stored within a properties file as
the user repository.
|
PropertiesAuthorization |
propertiesAuthorization()
Configuration to use properties file to load a users roles.
|
SecretServerIdentity |
secretServerIdentity()
Configuration of the secret/password-based identity of a server or
host controller.
|
SslServerIdentity |
sslServerIdentity()
Configuration of the SSL identity of a server or host controller.
|
TruststoreAuthentication |
truststoreAuthentication()
Configuration of a keystore to use to create a trust manager to
verify clients.
|
UsersAuthentication |
usersAuthentication()
Configuration to use a list users stored directly within the
standalone.xml or host.xml configuration file as the user repository.
|
public List<PlugIn> plugIns()
public TruststoreAuthentication truststoreAuthentication()
public LdapAuthorization ldapAuthorization()
public KerberosAuthentication kerberosAuthentication()
public UsersAuthentication usersAuthentication()
public LdapAuthentication ldapAuthentication()
public JaasAuthentication jaasAuthentication()
public SecretServerIdentity secretServerIdentity()
public SslServerIdentity sslServerIdentity()
public PlugInAuthorization plugInAuthorization()
public PropertiesAuthentication propertiesAuthentication()
public KerberosServerIdentity kerberosServerIdentity()
public PlugInAuthentication plugInAuthentication()
public LocalAuthentication localAuthentication()
public PropertiesAuthorization propertiesAuthorization()
Copyright © 2019 JBoss by Red Hat. All rights reserved.