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 CachedIdentity
IdentityCache. get()
Returns an identity previously cached.CachedIdentity
IdentityCache. 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 CachedIdentity
DefaultSingleSignOnEntry. cachedIdentity
Methods in org.wildfly.security.http.util.sso that return CachedIdentity Modifier and Type Method Description CachedIdentity
DefaultSingleSignOnSession. get()
CachedIdentity
ProgrammaticSingleSignOnCache. get()
CachedIdentity
DefaultSingleSignOnEntry. getCachedIdentity()
private static CachedIdentity
DefaultSingleSignOnSession. getCachedIdentity(SingleSignOn sso)
CachedIdentity
SingleSignOnEntry. getCachedIdentity()
Returns theCachedIdentity
associated with this single sign-on entry.CachedIdentity
DefaultSingleSignOnSession. remove()
CachedIdentity
ProgrammaticSingleSignOnCache. remove()
Methods in org.wildfly.security.http.util.sso with parameters of type CachedIdentity Modifier and Type Method Description void
DefaultSingleSignOnEntry. setCachedIdentity(CachedIdentity cachedIdentity)
void
SingleSignOnEntry. setCachedIdentity(CachedIdentity cachedIdentity)
Reassociates the specifiedCachedIdentity
with this single sign-on entry.Constructors in org.wildfly.security.http.util.sso with parameters of type CachedIdentity Constructor Description DefaultSingleSignOnEntry(CachedIdentity cachedIdentity)
-