Uses of Class
org.wildfly.security.cache.CachedIdentity
Packages that use CachedIdentity
Package
Description
JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.
-
Uses of CachedIdentity in org.wildfly.security.auth.jaspi.impl
Methods in org.wildfly.security.auth.jaspi.impl with parameters of type CachedIdentityModifier and TypeMethodDescriptionstatic JaspiAuthenticationContextJaspiAuthenticationContext.newInstance(SecurityDomain securityDomain, boolean integrated, CachedIdentity cachedIdentity) -
Uses of CachedIdentity in org.wildfly.security.cache
Methods in org.wildfly.security.cache that return CachedIdentity -
Uses of CachedIdentity in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso that return CachedIdentityModifier and TypeMethodDescriptionDefaultSingleSignOnSession.get()ProgrammaticSingleSignOnCache.get()DefaultSingleSignOnEntry.getCachedIdentity()SingleSignOnEntry.getCachedIdentity()Returns theCachedIdentityassociated with this single sign-on entry.DefaultSingleSignOnSession.remove()ProgrammaticSingleSignOnCache.remove()Methods in org.wildfly.security.http.util.sso with parameters of type CachedIdentityModifier and TypeMethodDescriptionvoidDefaultSingleSignOnEntry.setCachedIdentity(CachedIdentity cachedIdentity) voidSingleSignOnEntry.setCachedIdentity(CachedIdentity cachedIdentity) Reassociates the specifiedCachedIdentitywith this single sign-on entry.Constructors in org.wildfly.security.http.util.sso with parameters of type CachedIdentity