Package net.shibboleth.idp.session.context.navigate
Functions for traversing session-related contexts.
-
Class Summary Class Description CanonicalUsernameLookupStrategy Function that returns a principal name from one of two places: aSubjectCanonicalizationContext
child of the root context or aSessionContext
.LogoutContextSessionLookupFunction A function that returns a session from aLogoutContext
and removes it from that context at the same time.SessionContextIDLookupFunction A function that returns the session ID from the session inside aSessionContext
.SessionContextPrincipalLookupFunction A function that returns the principal name from the session inside aSessionContext
.