Uses of Interface
org.wildfly.security.auth.realm.CacheableSecurityRealm
-
-
Uses of CacheableSecurityRealm in org.wildfly.security.auth.realm
Classes in org.wildfly.security.auth.realm that implement CacheableSecurityRealm Modifier and Type Class Description classFileSystemSecurityRealmA simple filesystem-backed security realm.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.
-