Uses of Interface
net.shibboleth.idp.session.SPSessionEx
-
Packages that use SPSessionEx Package Description net.shibboleth.idp.cas.session.impl CAS protocol session implementations.net.shibboleth.idp.saml.session Classes related to use of SAML with the session layer. -
-
Uses of SPSessionEx in net.shibboleth.idp.cas.session.impl
Classes in net.shibboleth.idp.cas.session.impl that implement SPSessionEx Modifier and Type Class Description classCASSPSessionDescribes a CAS protocol-specific service provider session created in response to a successful ticket validation. -
Uses of SPSessionEx in net.shibboleth.idp.saml.session
Classes in net.shibboleth.idp.saml.session that implement SPSessionEx Modifier and Type Class Description classSAML1SPSessionMarker subtype for a SAML 1 session, adds no actual information other than its identity as a SAML 1 session.classSAML2SPSessionExtends aBasicSPSessionwith SAML 2.0 information required for reverse lookup in the case of a logout.
-