Interface SandboxAuthnContext
-
- All Known Implementing Classes:
EmptySandboxAuthnConext
,RemoteSandboxAuthnContext
public interface SandboxAuthnContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Exception>
getAuthnException()
String
getLogs()
Optional<RemotelyAuthenticatedPrincipal>
getRemotePrincipal()
-
-
-
Method Detail
-
getRemotePrincipal
Optional<RemotelyAuthenticatedPrincipal> getRemotePrincipal()
-
getLogs
String getLogs()
-
-