Uses of Interface
org.wildfly.security.cache.IdentityCache
Packages that use IdentityCache
Package
Description
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
-
Uses of IdentityCache in org.wildfly.security.auth.callback
Constructors in org.wildfly.security.auth.callback with parameters of type IdentityCacheModifierConstructorDescriptionCachedIdentityAuthorizeCallback(String name, IdentityCache identityCache) Creates a new instance to authenticate, authorize and cache the identity associated with the givenname.CachedIdentityAuthorizeCallback(Principal principal, IdentityCache identityCache) Creates a new instance to authenticate, authorize and cache the identity associated with the givenprincipal.CachedIdentityAuthorizeCallback(Principal principal, IdentityCache identityCache, boolean localCache) Creates a new instance to authenticate, authorize and cache the identity associated with the givenprincipal.CachedIdentityAuthorizeCallback(IdentityCache identityCache) Creates a new instance in order to authorize identities managed by the givenidentityCache.CachedIdentityAuthorizeCallback(IdentityCache identityCache, boolean localCache) Creates a new instance in order to authorize identities managed by the givenidentityCache.Constructor parameters in org.wildfly.security.auth.callback with type arguments of type IdentityCacheModifierConstructorDescriptionCachedIdentityAuthorizeCallback(Principal principal, Function<SecurityDomain, IdentityCache> identityCache, boolean localCache) Creates a new instance to authenticate, authorize and cache the identity associated with the givenprincipal.CachedIdentityAuthorizeCallback(Function<SecurityDomain, IdentityCache> identityCache, boolean localCache) Creates a new instance in order to authorize identities managed by the givenidentityCache.