| Package | Description | 
|---|---|
| org.wildfly.security.auth.server | 
 Server side of authentication provided by Elytron. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ModifiableSecurityRealm
A realm which can be modified. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SecurityRealm | 
SecurityRealm.EMPTY_REALM
An empty security realm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityRealm | 
SecurityDomain.RealmBuilder.getRealm()
Get the security realm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecurityDomain.RealmBuilder | 
SecurityDomain.Builder.addRealm(String name,
        SecurityRealm realm)
Add a realm to this security domain. 
 | 
static void | 
SecurityRealm.safeHandleRealmEvent(SecurityRealm realm,
                    RealmEvent event)
Safely pass an event to a security realm, absorbing and logging any exception that occurs. 
 | 
Copyright © 2020 JBoss by Red Hat. All rights reserved.