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 interfaceModifiableSecurityRealmA realm which can be modified.Fields in org.wildfly.security.auth.server declared as SecurityRealm Modifier and Type Field Description static SecurityRealmSecurityRealm. EMPTY_REALMAn empty security realm.Methods in org.wildfly.security.auth.server that return SecurityRealm Modifier and Type Method Description SecurityRealmSecurityDomain.RealmBuilder. getRealm()Get the security realm.Methods in org.wildfly.security.auth.server with parameters of type SecurityRealm Modifier and Type Method Description SecurityDomain.RealmBuilderSecurityDomain.Builder. addRealm(String name, SecurityRealm realm)Add a realm to this security domain.static voidSecurityRealm. safeHandleRealmEvent(SecurityRealm realm, RealmEvent event)Safely pass an event to a security realm, absorbing and logging any exception that occurs.
-