Class RoleLoader
- java.lang.Object
-
- org.uberfire.backend.server.security.RoleLoader
-
@Startup(BOOTSTRAP) @ApplicationScoped public class RoleLoader extends Object
Startup class that read the roles declared in the webapp's web.xml and register them into theRoleRegistry.
-
-
Constructor Summary
Constructors Constructor Description RoleLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()protected Set<String>loadRolesFromwWebXml()voidregisterRolesFromwWebXml()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
registerRolesFromwWebXml
public void registerRolesFromwWebXml()
-
-