public interface RestTokenProvider<T>
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
createToken(RestTokenProviderParameters<T> restTokenProviderParameters)
Creates a token using the specified
RestTokenProviderParameters |
org.forgerock.json.JsonValue createToken(RestTokenProviderParameters<T> restTokenProviderParameters) throws TokenCreationException
RestTokenProviderParameters
restTokenProviderParameters
- the parameters necessary to create a token of a specific typeTokenCreationException
- if the token could not be createdCopyright © 2010-2016, ForgeRock All Rights Reserved.