Class RelayedAuthnState
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.remote.RelayedAuthnState
-
- Direct Known Subclasses:
RedirectedAuthnState
public class RelayedAuthnState extends Object
Base class for storing some context information related to external login using relay state.
-
-
Constructor Summary
Constructors Modifier Constructor Description RelayedAuthnState()
protected
RelayedAuthnState(String relayState, Date creationTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationTime()
String
getRelayState()
-