Uses of Interface
org.wildfly.security.auth.realm.CacheableSecurityRealm
Packages that use CacheableSecurityRealm
Package
Description
Security realm implementations for Elytron.
Classes related to a
SecurityRealm implementation 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 CacheableSecurityRealmModifier and TypeClassDescriptionfinal classA simple filesystem-backed security realm.Method parameters in org.wildfly.security.auth.realm with type arguments of type CacheableSecurityRealmModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionElytronMessages_$logger.realmCacheUnexpectedType(SecurityRealm realm, Class<? extends CacheableSecurityRealm> expectedType) Constructors in org.wildfly.security.auth.realm with parameters of type CacheableSecurityRealmModifierConstructorDescriptionCreates 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 CacheableSecurityRealmModifier and TypeClassDescriptionclassSecurity realm implementation backed by a database.