Interface SingleSignOnEntry
- All Known Implementing Classes:
DefaultSingleSignOnEntry
public interface SingleSignOnEntry
Single sign-on cache entry.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns theCachedIdentityassociated with this single sign-on entry.Returns the participants associated with this single sign-on entry.voidsetCachedIdentity(CachedIdentity cachedIdentity) Reassociates the specifiedCachedIdentitywith this single sign-on entry.
-
Method Details
-
getCachedIdentity
CachedIdentity getCachedIdentity()Returns theCachedIdentityassociated with this single sign-on entry.- Returns:
- a cached identity
-
setCachedIdentity
Reassociates the specifiedCachedIdentitywith this single sign-on entry.- Parameters:
cachedIdentity- a cached identity
-
getParticipants
ConcurrentMap<String,Map.Entry<String, getParticipants()URI>> Returns the participants associated with this single sign-on entry.- Returns:
- a mapping of application to tuple containing a session identifier and request URI.
-