Uses of Interface
org.wildfly.security.auth.server.ModifiableSecurityRealm
-
Packages that use ModifiableSecurityRealm Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of ModifiableSecurityRealm in org.wildfly.security.auth.realm
Classes in org.wildfly.security.auth.realm that implement ModifiableSecurityRealm Modifier and Type Class Description class
CachingModifiableSecurityRealm
A wrapper class that provides caching capabilities for aModifiableSecurityRealm
and its identities.class
FileSystemSecurityRealm
A simple filesystem-backed security realm.Methods in org.wildfly.security.auth.realm that return ModifiableSecurityRealm Modifier and Type Method Description private ModifiableSecurityRealm
CachingModifiableSecurityRealm. getModifiableSecurityRealm()
-
Uses of ModifiableSecurityRealm in org.wildfly.security.auth.realm.ldap
Classes in org.wildfly.security.auth.realm.ldap that implement ModifiableSecurityRealm Modifier and Type Class Description (package private) class
LdapSecurityRealm
Security realm implementation backed by LDAP.Methods in org.wildfly.security.auth.realm.ldap that return ModifiableSecurityRealm Modifier and Type Method Description ModifiableSecurityRealm
LdapSecurityRealmBuilder. build()
Build this realm.
-