Uses of Class
org.wildfly.security.cache.CachedIdentity
-
Packages that use CachedIdentity Package Description org.wildfly.security.cache org.wildfly.security.http.util.sso -
-
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
Fields in org.wildfly.security.http.util.sso declared as CachedIdentity Modifier and Type Field Description private CachedIdentityDefaultSingleSignOnEntry. cachedIdentityMethods in org.wildfly.security.http.util.sso that return CachedIdentity Modifier and Type Method Description CachedIdentityDefaultSingleSignOnSession. get()CachedIdentityProgrammaticSingleSignOnCache. get()CachedIdentityDefaultSingleSignOnEntry. getCachedIdentity()private static CachedIdentityDefaultSingleSignOnSession. getCachedIdentity(SingleSignOn sso)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)
-