Class CachingModifiableSecurityRealm

java.lang.Object
org.wildfly.security.auth.realm.CachingSecurityRealm
org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
All Implemented Interfaces:
ModifiableSecurityRealm, SecurityRealm

public class CachingModifiableSecurityRealm extends CachingSecurityRealm implements ModifiableSecurityRealm

A wrapper class that provides caching capabilities for a ModifiableSecurityRealm and its identities.

Author:
Pedro Igor