Uses of Interface
org.wildfly.security.cache.IdentityCache
-
Packages that use IdentityCache Package Description org.wildfly.security.auth.callback Extended callbacks and supporting utilities which allow efficient callback handler implementation.org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.http.util.sso -
-
Uses of IdentityCache in org.wildfly.security.auth.callback
Constructors in org.wildfly.security.auth.callback with parameters of type IdentityCache Constructor Description CachedIdentityAuthorizeCallback(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 IdentityCache Constructor Description CachedIdentityAuthorizeCallback(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 IdentityCache Modifier and Type Method Description HttpAuthenticator.BuilderHttpAuthenticator.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.sso Modifier and Type Interface Description interfaceSingleSignOnSessionRepresents a single sign-on session.Classes in org.wildfly.security.http.util.sso that implement IdentityCache Modifier and Type Class Description classDefaultSingleSignOnSessionSingleSignOnSessionthat delegates its persistence strategy to aSingleSignOnManager.classProgrammaticSingleSignOnCacheAn implementation ofIdentityCacheto provide SSO for programmatic authentication.Methods in org.wildfly.security.http.util.sso that return IdentityCache Modifier and Type Method Description static IdentityCacheProgrammaticSingleSignOnCache. newInstance(HttpExchangeSpi httpExchangeSpi, String mechanismName, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
-