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.
|
@Subresource public List<PlugIn> plugIns()
@Subresource public TruststoreAuthentication truststoreAuthentication()
@Subresource public LdapAuthorization ldapAuthorization()
@Subresource public KerberosAuthentication kerberosAuthentication()
@Subresource public UsersAuthentication usersAuthentication()
@Subresource public LdapAuthentication ldapAuthentication()
@Subresource public JaasAuthentication jaasAuthentication()
@Subresource public SecretServerIdentity secretServerIdentity()
@Subresource public SslServerIdentity sslServerIdentity()
@Subresource public PlugInAuthorization plugInAuthorization()
@Subresource public PropertiesAuthentication propertiesAuthentication()
@Subresource public KerberosServerIdentity kerberosServerIdentity()
@Subresource public PlugInAuthentication plugInAuthentication()
@Subresource public LocalAuthentication localAuthentication()
@Subresource public PropertiesAuthorization propertiesAuthorization()
Copyright © 2017 JBoss by Red Hat. All rights reserved.