Class EmptySandboxAuthnConext
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.sandbox.EmptySandboxAuthnConext
-
- All Implemented Interfaces:
SandboxAuthnContext
public class EmptySandboxAuthnConext extends Object implements SandboxAuthnContext
-
-
Constructor Summary
Constructors Constructor Description EmptySandboxAuthnConext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Exception>getAuthnException()StringgetLogs()Optional<RemotelyAuthenticatedPrincipal>getRemotePrincipal()
-
-
-
Method Detail
-
getRemotePrincipal
public Optional<RemotelyAuthenticatedPrincipal> getRemotePrincipal()
- Specified by:
getRemotePrincipalin interfaceSandboxAuthnContext
-
getAuthnException
public Optional<Exception> getAuthnException()
- Specified by:
getAuthnExceptionin interfaceSandboxAuthnContext
-
getLogs
public String getLogs()
- Specified by:
getLogsin interfaceSandboxAuthnContext
-
-