Class InternalSsoTokenContext

java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.tools.InternalSsoTokenContext
All Implemented Interfaces:
Context

public class InternalSsoTokenContext extends AbstractContext
An InternalSsoTokenContext used to store an SSO token.
  • Constructor Details

    • InternalSsoTokenContext

      public InternalSsoTokenContext(Context parent, String token)
      Creates a new InternalSsoTokenContext context with the provided token.
      Parameters:
      parent - The parent context.
      token - The token associated with this context to store, not null.
  • Method Details