Uses of Interface
org.wildfly.security.auth.server.SecurityRealm
-
Packages that use SecurityRealm Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of SecurityRealm in org.wildfly.security.auth.server
Subinterfaces of SecurityRealm in org.wildfly.security.auth.server Modifier and Type Interface Description interface
ModifiableSecurityRealm
A realm which can be modified.Fields in org.wildfly.security.auth.server declared as SecurityRealm Modifier and Type Field Description static SecurityRealm
SecurityRealm. EMPTY_REALM
An empty security realm.Methods in org.wildfly.security.auth.server that return SecurityRealm Modifier and Type Method Description SecurityRealm
SecurityDomain.RealmBuilder. getRealm()
Get the security realm.Methods in org.wildfly.security.auth.server with parameters of type SecurityRealm Modifier and Type Method 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.
-