org.kie.integration.tomcat
Class SimpleRolePrincipal
java.lang.Object
org.kie.integration.tomcat.SimplePrincipal
org.kie.integration.tomcat.SimpleRolePrincipal
- All Implemented Interfaces:
- Group, Principal
public class SimpleRolePrincipal
- extends SimplePrincipal
- implements Group
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRolePrincipal
public SimpleRolePrincipal(String[] roles)
addMember
public boolean addMember(Principal principal)
- Specified by:
addMember in interface Group
removeMember
public boolean removeMember(Principal principal)
- Specified by:
removeMember in interface Group
isMember
public boolean isMember(Principal principal)
- Specified by:
isMember in interface Group
members
public Enumeration<? extends Principal> members()
- Specified by:
members in interface Group
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.