Uses of Interface
org.wildfly.security.auth.server.SecurityRealm
Packages that use SecurityRealm
Package
Description
Server side of authentication provided by Elytron.
-
Uses of SecurityRealm in org.wildfly.security.auth.server
Subinterfaces of SecurityRealm in org.wildfly.security.auth.serverModifier and TypeInterfaceDescriptioninterfaceA realm which can be modified.Fields in org.wildfly.security.auth.server declared as SecurityRealmModifier and TypeFieldDescriptionstatic final SecurityRealmSecurityRealm.EMPTY_REALMAn empty security realm.Methods in org.wildfly.security.auth.server that return SecurityRealmMethods in org.wildfly.security.auth.server with parameters of type SecurityRealmModifier and TypeMethodDescriptionSecurityDomain.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.