Package | Description |
---|---|
org.jboss.errai.security.shared.api | |
org.jboss.errai.security.shared.api.identity |
Modifier and Type | Class and Description |
---|---|
class |
GroupImpl
Default implementation of
Group . |
Modifier and Type | Method and Description |
---|---|
Set<Group> |
UserImpl.getGroups() |
Set<Group> |
User.getGroups()
The implementation returned must use the
Object.equals(Object) method for comparison. |
Constructor and Description |
---|
UserImpl(String name,
Collection<? extends Role> roles,
Collection<? extends Group> groups) |
UserImpl(String name,
Collection<? extends Role> roles,
Collection<? extends Group> groups,
Map<String,String> properties) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.