Uses of Interface
net.shibboleth.idp.session.IdPSession
-
Packages that use IdPSession Package Description net.shibboleth.idp.session APIs related to the construction and management of sessions.net.shibboleth.idp.session.context Context classes for managing session-related state. -
-
Uses of IdPSession in net.shibboleth.idp.session
Classes in net.shibboleth.idp.session that implement IdPSession Modifier and Type Class Description classAbstractIdPSessionAbstract base for implementations ofIdPSession, handles basic management of the instance data without addressing persistence.Methods in net.shibboleth.idp.session that return IdPSession Modifier and Type Method Description IdPSessionSessionManager. createSession(String principalName)Create and return a newIdPSessionobject for a subject. -
Uses of IdPSession in net.shibboleth.idp.session.context
Fields in net.shibboleth.idp.session.context declared as IdPSession Modifier and Type Field Description private IdPSessionSessionContext. sessionIdP session wrapped by this adapter.Fields in net.shibboleth.idp.session.context with type parameters of type IdPSession Modifier and Type Field Description private Collection<IdPSession>LogoutContext. idpSessionsPrimary sessions to destroy.Methods in net.shibboleth.idp.session.context that return IdPSession Modifier and Type Method Description IdPSessionSessionContext. getIdPSession()Get the IdP session.Methods in net.shibboleth.idp.session.context that return types with arguments of type IdPSession Modifier and Type Method Description Collection<IdPSession>LogoutContext. getIdPSessions()Get a live collection of the IdP Sessions being destroyed.Methods in net.shibboleth.idp.session.context with parameters of type IdPSession Modifier and Type Method Description voidSessionContext. setIdPSession(IdPSession theSession)Set the IdP session.
-