Uses of Class
org.wildfly.security.cache.CachedIdentity
-
Packages that use CachedIdentity Package Description org.wildfly.security.auth.jaspi.impl JSR-196 Java Authentication SPI for Containers (JASPI) - Internal Implementation.org.wildfly.security.cache org.wildfly.security.http.util.sso -
-
Uses of CachedIdentity in org.wildfly.security.auth.jaspi.impl
Methods in org.wildfly.security.auth.jaspi.impl with parameters of type CachedIdentity Modifier and Type Method Description static 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 Modifier and Type Method Description CachedIdentityIdentityCache. get()Returns an identity previously cached.CachedIdentityIdentityCache. remove()Removes an identity from the cache. -
Uses of CachedIdentity in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso that return CachedIdentity Modifier and Type Method Description CachedIdentityDefaultSingleSignOnSession. get()CachedIdentityProgrammaticSingleSignOnCache. get()CachedIdentityDefaultSingleSignOnEntry. getCachedIdentity()CachedIdentitySingleSignOnEntry. getCachedIdentity()Returns theCachedIdentityassociated with this single sign-on entry.CachedIdentityDefaultSingleSignOnSession. remove()CachedIdentityProgrammaticSingleSignOnCache. remove()Methods in org.wildfly.security.http.util.sso with parameters of type CachedIdentity Modifier and Type Method Description voidDefaultSingleSignOnEntry. 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 Constructor Description DefaultSingleSignOnEntry(CachedIdentity cachedIdentity)
-