Uses of Interface
org.wildfly.security.cache.RealmIdentityCache
-
Packages that use RealmIdentityCache Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.cache -
-
Uses of RealmIdentityCache in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm declared as RealmIdentityCache Modifier and Type Field Description private RealmIdentityCache
CachingSecurityRealm. cache
Constructors in org.wildfly.security.auth.realm with parameters of type RealmIdentityCache Constructor Description CachingModifiableSecurityRealm(CacheableSecurityRealm realm, RealmIdentityCache cache)
Creates a new instance.CachingModifiableSecurityRealm(CacheableSecurityRealm realm, RealmIdentityCache cache, Supplier<Provider[]> providerSupplier)
Creates a new instance.CachingSecurityRealm(SecurityRealm realm, RealmIdentityCache cache)
Creates a new instance.CachingSecurityRealm(SecurityRealm realm, RealmIdentityCache cache, Supplier<Provider[]> providerSupplier)
Creates a new instance. -
Uses of RealmIdentityCache in org.wildfly.security.cache
Classes in org.wildfly.security.cache that implement RealmIdentityCache Modifier and Type Class Description class
LRURealmIdentityCache
ARealmIdentityCache
implementation providing a LRU cache.
-