Class RemoteSandboxAuthnContext

  • All Implemented Interfaces:
    SandboxAuthnContext

    public class RemoteSandboxAuthnContext
    extends Object
    implements SandboxAuthnContext
    Stores full information on the remote sandboxed authentication. Either RemotelyAuthenticatedPrincipal is provided (successful authN) or exception with unprocessed RemotelyAuthenticatedInput. The most of the information is in authnContext, which is enriched with logs and potential error. User should be careful when using the authnResult. It may happen that many of the fields are not initialized in case of authentication failure.
    Author:
    K. Benedyczak