|
AuthenticationService
v0.2.0
|
A class representing the json data structure that can identify a role. More...
Public Member Functions | |
| RoleIdentifier (String name, String username, String applicationName=null, String applicationKey=null) | |
| ErrorMessage | Validate () |
| Validates the state of the model. More... | |
Properties | |
| String | Name [get] |
| The name of the role. More... | |
| String | ApplicationKey [get] |
| String | ApplicationName [get] |
| The name of the application the role belongs to. More... | |
| String | Username [get] |
| The name of the user woh has the role. More... | |
A class representing the json data structure that can identify a role.
| Joutsen.AuthenticationService.RoleIdentifier.RoleIdentifier | ( | String | name, |
| String | username, | ||
| String | applicationName = null, |
||
| String | applicationKey = null |
||
| ) |
| ErrorMessage Joutsen.AuthenticationService.RoleIdentifier.Validate | ( | ) |
Validates the state of the model.
Implements Joutsen.AuthenticationService.ValidatableModel.
|
get |
|
get |
The name of the application the role belongs to.
|
get |
The name of the role.
|
get |
The name of the user woh has the role.
1.8.13