Uses of Interface
org.wildfly.security.cache.RealmIdentityCache
Packages that use RealmIdentityCache
Package
Description
Security realm implementations for Elytron.
-
Uses of RealmIdentityCache in org.wildfly.security.auth.realm
Constructors in org.wildfly.security.auth.realm with parameters of type RealmIdentityCacheModifierConstructorDescriptionCreates 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 RealmIdentityCacheModifier and TypeClassDescriptionfinal classARealmIdentityCacheimplementation providing a LRU cache.