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 aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API. -
-
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.Method parameters in org.wildfly.security.auth.realm with type arguments of type CacheableSecurityRealm Modifier and Type Method Description IllegalArgumentExceptionElytronMessages_$logger. 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 classJdbcSecurityRealmSecurity realm implementation backed by a database.
-