| Modifier and Type | Interface and Description |
|---|---|
interface |
Group
An authority containing several other authorities
|
| Modifier and Type | Class and Description |
|---|---|
class |
Privileges
Constants for all Privileges.
|
class |
SimpleGroup |
class |
SimplePrivilege |
| Modifier and Type | Method and Description |
|---|---|
Collection<Privilege> |
SimpleUser.getAuthorities() |
Collection<Privilege> |
SimpleGroup.getPrivileges() |
Collection<Privilege> |
Group.getPrivileges() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleGroup.setPrivileges(Collection<Privilege> privileges) |
| Constructor and Description |
|---|
SimpleGroup(String name,
String description,
Collection<Privilege> privileges)
Construct new group
|
SimpleUser(String firstName,
String lastName,
String username,
String passwordHash,
Collection<Privilege> privileges) |
Copyright © 2019. All rights reserved.