public interface RestTokenProvider<T>
Modifier and Type | Method and Description |
---|---|
JsonValue |
createToken(RestTokenProviderParameters<T> restTokenProviderParameters)
Creates a token using the specified
RestTokenProviderParameters |
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-2018, ForgeRock All Rights Reserved.