|
AuthenticationService v0.3.0+7-g8a7f190
|
An implementation of an Application as it is read from a JWT token. More...
Public Member Functions | |
| JwtApplication (String key) | |
| Creates a new instance with a provided hash key. More... | |
Properties | |
| String | Name [get] |
| The human readable name of the application. More... | |
| String | Key [get] |
| The unique key of the application used to identify the application outside of the database. More... | |
Properties inherited from Joutsen.Authentication.Application | |
| long | Id [get] |
| The unique identifier of the application in the database. More... | |
| String | Name [get] |
| The name of the application. More... | |
| String | Key [get] |
| The unique key of the application used to identify the application outside of the database. More... | |
An implementation of an Application as it is read from a JWT token.
| Joutsen.Authentication.Jwt.JwtApplication.JwtApplication | ( | String | key | ) |
Creates a new instance with a provided hash key.
|
get |
The unique key of the application used to identify the application outside of the database.
Implements Joutsen.Authentication.Application.
|
get |
The human readable name of the application.
Implements Joutsen.Authentication.Application.