public interface IdentityManagement
AeroGearUser on Identity Manager provider| Modifier and Type | Interface and Description |
|---|---|
static interface |
IdentityManagement.GrantMethods
GrantMethods is a builder to apply roles to
AeroGearUser |
| Modifier and Type | Method and Description |
|---|---|
void |
create(AeroGearUser aeroGearUser)
This method creates a new
AeroGearUser |
List<AeroGearUser> |
findAllByRole(String role)
Get All the users
|
AeroGearUser |
get(String id)
Get an
AeroGearUser |
IdentityManagement.GrantMethods |
grant(String... roles)
This method allows to specify which roles must be assigned to
AeroGearUser |
void |
remove(AeroGearUser aeroGearUser)
Remove an
AeroGearUser |
IdentityManagement.GrantMethods grant(String... roles)
AeroGearUserroles - The list of roles.IdentityManagement.GrantMethods is a builder which a allows to apply a list of roles to the specified AeroGearUser.AeroGearUser get(String id) throws RuntimeException
AeroGearUserid - RuntimeExceptionvoid remove(AeroGearUser aeroGearUser)
AeroGearUseraeroGearUser - List<AeroGearUser> findAllByRole(String role)
void create(AeroGearUser aeroGearUser)
AeroGearUseraeroGearUser - Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.