Class DefaultSignatureState
java.lang.Object
se.idsec.signservice.integration.state.impl.DefaultSignatureState
- All Implemented Interfaces:
Serializable
,se.idsec.signservice.integration.core.SignatureState
,CacheableSignatureState
Default implementation of the
SignatureState
interface.
It uses the SignRequestInput
class to store the state between calls.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Constructor Details
-
DefaultSignatureState
public DefaultSignatureState()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacese.idsec.signservice.integration.core.SignatureState
-
getState
- Specified by:
getState
in interfacese.idsec.signservice.integration.core.SignatureState
-
getOwnerId
Gets the owner identity of the state object.- Specified by:
getOwnerId
in interfaceCacheableSignatureState
- Returns:
- the owner identity or null if not available
-