Uses of Class
net.shibboleth.idp.plugin.oidc.op.session.OIDCRPSession.Builder
Packages that use OIDCRPSession.Builder
Package
Description
Extensions related to the construction and management of sessions.
-
Uses of OIDCRPSession.Builder in net.shibboleth.idp.plugin.oidc.op.session
Methods in net.shibboleth.idp.plugin.oidc.op.session that return OIDCRPSession.BuilderModifier and TypeMethodDescriptionOIDCRPSession.Builder.creationInstant(Instant creation) Set the time when this session was created.OIDCRPSession.Builder.expirationInstant(Instant expiration) Set the time when this session expires.Set the issuer value to interact with the service.OIDCRPSession.Builder.rootTokenIdentifier(String rootJti) Set the root token identifier.Set the unique identifier of the service.OIDCRPSession.Builder.sessionIdentifier(String sid) Set the session identifier.Set the subject value.OIDCRPSession.Builder.supportLogoutPropagation(boolean supportsPropagation) Set the flag whether the session allows for logout propagation.