Uses of Interface
edu.iu.auth.session.IuSession
Packages that use IuSession
-
Uses of IuSession in edu.iu.auth.saml
Methods in edu.iu.auth.saml with parameters of type IuSessionModifier and TypeMethodDescriptionIuSamlSessionVerifier.getPrincipalIdentity
(IuSession preAuthSession, IuSession postAuthSession) Gets the authenticated SAML principal.IuSamlSessionVerifier.initRequest
(IuSession session, URI returnUri) Initiate request using session and return LocationURI
for the configured Identity Provider with the appropriate SAMLSAMLRequest
andRelayState
HTTP query parameters.IuSamlSessionVerifier.verifyResponse
(IuSession session, String remoteAddr, String samlResponse, String relayState) Decodes a SAML Response, performs Subject Confirmation validation logic, and validates assertions to authenticate aIuPrincipalIdentity
as valid for the local Service Provider. -
Uses of IuSession in edu.iu.auth.session
Methods in edu.iu.auth.session that return IuSessionModifier and TypeMethodDescriptionIuSessionHandler.activate
(Iterable<HttpCookie> cookies) Activates session for registered resource URIIuSessionHandler.create()
Create IuSessionMethods in edu.iu.auth.session with parameters of type IuSession -
Uses of IuSession in iu.auth.session
Classes in iu.auth.session that implement IuSessionMethods in iu.auth.session that return IuSessionModifier and TypeMethodDescriptionSessionHandler.activate
(Iterable<HttpCookie> cookies) SessionHandler.create()
Methods in iu.auth.session with parameters of type IuSession