public interface RestTokenProviderParameters<T>
Modifier and Type | Method and Description |
---|---|
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()
JsonValue getInputToken()
Copyright © 2010-2018, ForgeRock All Rights Reserved.