Interface | Description |
---|---|
TokenFactory |
Interface describing a class capable of providing API tokens.
|
Class | Description |
---|---|
DefaultTokenFactory |
Default implementation of a
TokenFactory that loads the token
parameters from the default Java user preference store or interactively
queries the user for the required token parameters if the token has not been
used before. |
Annotation Type | Description |
---|---|
Parameter |
A parameter defining part of the authentication token required to access an
api.
|
Token |
Metadata describing an API token
|