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.
Package containing the HTTP based authentication APIs, SPIs and related classes.
-
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. -
Uses of IdentityCache in org.wildfly.security.http
Method parameters in org.wildfly.security.http with type arguments of type IdentityCacheModifier and TypeMethodDescriptionHttpAuthenticator.Builder.setIdentityCacheSupplier(Supplier<IdentityCache> identityCacheSupplier) Set aSupplierwhich acts as a factory to return a newIdentityCacheinstance for the current request, this allows alternative caching strategies to be provided. -
Uses of IdentityCache in org.wildfly.security.http.util.sso
Subinterfaces of IdentityCache in org.wildfly.security.http.util.ssoModifier and TypeInterfaceDescriptioninterfaceRepresents a single sign-on session.Classes in org.wildfly.security.http.util.sso that implement IdentityCacheModifier and TypeClassDescriptionclassSingleSignOnSessionthat delegates its persistence strategy to aSingleSignOnManager.classAn implementation ofIdentityCacheto provide SSO for programmatic authentication.Methods in org.wildfly.security.http.util.sso that return IdentityCacheModifier and TypeMethodDescriptionstatic IdentityCacheProgrammaticSingleSignOnCache.newInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)