|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.was6.Role
public class Role
This is used to for when an application is being installed to map a role name in an application to a container group / user.
Constructor Summary | |
---|---|
Role()
Default constructor used by maven. |
|
Role(String roleName,
boolean everyone,
boolean allAuth,
List users,
List groups)
Constructor used by the unit tests. |
Method Summary | |
---|---|
String |
getRoleMapping()
In the form from IBM techjournal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Role()
public Role(String roleName, boolean everyone, boolean allAuth, List users, List groups)
roleName
- everyone
- allAuth
- users
- groups
- Method Detail |
---|
public String getRoleMapping()
{role, role.everyone, role.all.auth.user, role.user, role.group}
to be used with the MapRolesToUsers
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |