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 aSecurityRealmimplementation 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 classCachingModifiableSecurityRealmA wrapper class that provides caching capabilities for aModifiableSecurityRealmand its identities.classFileSystemSecurityRealmA simple filesystem-backed security realm.Methods in org.wildfly.security.auth.realm that return ModifiableSecurityRealm Modifier and Type Method Description private ModifiableSecurityRealmCachingModifiableSecurityRealm. 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) classLdapSecurityRealmSecurity realm implementation backed by LDAP.Methods in org.wildfly.security.auth.realm.ldap that return ModifiableSecurityRealm Modifier and Type Method Description ModifiableSecurityRealmLdapSecurityRealmBuilder. build()Build this realm.
-