Package org.forgerock.openam.sts
Interface TokenTypeId
-
@SupportedAll public interface TokenTypeId
Provides an extensible means of identifying a to-be-validated or to-be-provided token type. The TokenType enum will implement this interface, and this interface will be used to identify tokens specified in token transformations. An extensible means of identifying tokens types is necessary to support end-user-provided JsonTokenValidators and JsonTokenProviders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Gets the token type id.
-
-
-
Method Detail
-
getId
String getId()
Gets the token type id.- Returns:
- the token type id.
-
-