Uses of Interface
org.wildfly.security.auth.realm.CacheableSecurityRealm
-
Packages that use CacheableSecurityRealm Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealm
implementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of CacheableSecurityRealm in org.wildfly.security.auth.realm
Classes in org.wildfly.security.auth.realm that implement CacheableSecurityRealm Modifier and Type Class Description class
FileSystemSecurityRealm
A simple filesystem-backed security realm.Method parameters in org.wildfly.security.auth.realm with type arguments of type CacheableSecurityRealm Modifier and Type Method Description IllegalArgumentException
ElytronMessages. realmCacheUnexpectedType(SecurityRealm realm, Class<? extends CacheableSecurityRealm> expectedType)
Constructors in org.wildfly.security.auth.realm with parameters of type CacheableSecurityRealm Constructor Description CachingModifiableSecurityRealm(CacheableSecurityRealm realm, RealmIdentityCache cache)
Creates a new instance.CachingModifiableSecurityRealm(CacheableSecurityRealm realm, RealmIdentityCache cache, Supplier<Provider[]> providerSupplier)
Creates a new instance. -
Uses of CacheableSecurityRealm in org.wildfly.security.auth.realm.jdbc
Classes in org.wildfly.security.auth.realm.jdbc that implement CacheableSecurityRealm Modifier and Type Class Description class
JdbcSecurityRealm
Security realm implementation backed by a database. -
Uses of CacheableSecurityRealm in org.wildfly.security.auth.realm.ldap
Classes in org.wildfly.security.auth.realm.ldap that implement CacheableSecurityRealm Modifier and Type Class Description (package private) class
LdapSecurityRealm
Security realm implementation backed by LDAP.
-