@Dependent @Named(value="wildflyRoleManager") public class WildflyRoleManager extends UberfireRoleManager
Custom implementation for Role Manager for the JBoss WildFly / EAP provider.
Using the default org.uberfire.ext.security.management.UberfireRoleManager the registered application roles must be present in the realm,
but when using the WildFly / EAP properties based realm, registered roles could not be present if not assigned,
so consider all available roles as all the registered ones.
AbstractEntityManager.SearchRequest, AbstractEntityManager.SearchResponse<T>| Constructor and Description |
|---|
WildflyRoleManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.jboss.errai.security.shared.api.Role> |
getRegisteredRoles() |
create, delete, destroy, existGroup, get, getSettings, initialize, search, updateprotected Set<org.jboss.errai.security.shared.api.Role> getRegisteredRoles()
getRegisteredRoles in class UberfireRoleManagerCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.