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()
String
getLogs()
Optional<RemotelyAuthenticatedPrincipal>
getRemotePrincipal()
-
-
-
Method Detail
-
getRemotePrincipal
public Optional<RemotelyAuthenticatedPrincipal> getRemotePrincipal()
- Specified by:
getRemotePrincipal
in interfaceSandboxAuthnContext
-
getAuthnException
public Optional<Exception> getAuthnException()
- Specified by:
getAuthnException
in interfaceSandboxAuthnContext
-
getLogs
public String getLogs()
- Specified by:
getLogs
in interfaceSandboxAuthnContext
-
-