Class RemoteAuthnState
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.remote.RemoteAuthnState
-
public class RemoteAuthnState extends java.lang.Object
Base class for storing some context information related to external login.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description RemoteAuthnState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreationTime()
java.lang.String
getRelayState()
SandboxAuthnResultCallback
getSandboxCallback()
void
setSandboxCallback(SandboxAuthnResultCallback sandboxCallback)
-
-
-
Method Detail
-
getRelayState
public java.lang.String getRelayState()
-
getCreationTime
public java.util.Date getCreationTime()
-
getSandboxCallback
public SandboxAuthnResultCallback getSandboxCallback()
-
setSandboxCallback
public void setSandboxCallback(SandboxAuthnResultCallback sandboxCallback)
-
-