Class RemoteSandboxAuthnContext

  • All Implemented Interfaces:
    SandboxAuthnContext

    public class RemoteSandboxAuthnContext
    extends java.lang.Object
    implements SandboxAuthnContext
    Stores full information on the remote sandboxed authentication. Either RemotelyAuthenticatedContext 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
    • Constructor Detail

      • RemoteSandboxAuthnContext

        public RemoteSandboxAuthnContext​(java.lang.Exception authnException,
                                         java.lang.String logs,
                                         RemotelyAuthenticatedInput input)
    • Method Detail

      • getAuthnException

        public java.lang.Exception getAuthnException()
      • getLogs

        public java.lang.String getLogs()