Package | Description |
---|---|
org.seedstack.seed.security |
Provides classes for securing an application.
|
Modifier and Type | Method and Description |
---|---|
static Role |
Role.unmodifiableRole(Role role)
Convenient method to get an unmodifiable role from a role
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
SecuritySupport.getRoles()
Gives the roles given to the user.
|
Collection<Role> |
RoleMapping.resolveRoles(Set<String> realmData,
Collection<PrincipalProvider<?>> principalProviders)
Resolve the
Role s from the given data. |
Modifier and Type | Method and Description |
---|---|
Collection<Permission> |
RolePermissionResolver.resolvePermissionsInRole(Role role)
|
static Role |
Role.unmodifiableRole(Role role)
Convenient method to get an unmodifiable role from a role
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.