Package | Description |
---|---|
com.neurosys.security.auth.domain | |
com.neurosys.security.auth.domain.basic | |
com.neurosys.security.auth.service |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Role>> |
AuthenticationToken.getRoles()
Get the role
|
Constructor and Description |
---|
Role(Role role) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Role>> |
BasicAuthenticationToken.getRoles() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAuthenticationToken.setRole(Map<String,Set<Role>> roles) |
Modifier and Type | Interface and Description |
---|---|
interface |
RoleService<R extends Role>
Default Services for
Role |
Modifier and Type | Method and Description |
---|---|
<R extends Role> |
IAuthorizationService.getRoleService()
|
Modifier and Type | Method and Description |
---|---|
List<Role> |
ConfigurableRoleService.getRoles()
List of Role s recognized by this service.An Authorization that carries roles with it can derive its Authorization s using ConfigurableRoleService.getAuthFor(String, String) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableRoleService.setRoles(List<Role> roles)
List of Role s recognized by this service.An Authorization that carries roles with it can derive its Authorization s using ConfigurableRoleService.getAuthFor(String, String) |
Constructor and Description |
---|
ConfigurableRoleService(List<Role> roles) |
Copyright © 2018. All rights reserved.