JBoss Community Archive (Read Only)

PicketBox

ConfiguredRolesIdentityManager

In the situation, where the authentication process is very strong and all the authenticated users need to get the same set of roles, you can use the ConfiguredRolesIdentityManager.

ConfiguredRolesIdentityManager
List<String> roles = new ArrayList<String>();

ConfiguredRolesIdentityManager identityManager =  new ConfiguredRolesIdentityManager(roles);
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:16:27 UTC, last content change 2012-08-16 15:33:01 UTC.