Class DefaultSingleSignOnEntry
java.lang.Object
org.wildfly.security.http.util.sso.DefaultSingleSignOnEntry
- All Implemented Interfaces:
Serializable,SingleSignOnEntry
Cache entry used by
DefaultSingleSignOnManager.- Author:
- Pedro Igor, Paul Ferraro
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultSingleSignOnEntry
-
-
Method Details
-
getCachedIdentity
Description copied from interface:SingleSignOnEntryReturns theCachedIdentityassociated with this single sign-on entry.- Specified by:
getCachedIdentityin interfaceSingleSignOnEntry- Returns:
- a cached identity
-
setCachedIdentity
Description copied from interface:SingleSignOnEntryReassociates the specifiedCachedIdentitywith this single sign-on entry.- Specified by:
setCachedIdentityin interfaceSingleSignOnEntry- Parameters:
cachedIdentity- a cached identity
-
getParticipants
Description copied from interface:SingleSignOnEntryReturns the participants associated with this single sign-on entry.- Specified by:
getParticipantsin interfaceSingleSignOnEntry- Returns:
- a mapping of application to tuple containing a session identifier and request URI.
-