public interface RestTokenProviderParameters<T>
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
getInputToken()
Gets the json representation of the input token.
|
TokenTypeId |
getInputTokenType()
Gets the type of the input token.
|
T |
getTokenCreationState()
Gets the token state necessary to produce the token - e.g.
|
T getTokenCreationState()
TokenTypeId getInputTokenType()
org.forgerock.json.JsonValue getInputToken()
Copyright © 2010-2016, ForgeRock All Rights Reserved.