This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.security.impl.ext
Class JBossLoginModule.JBossGroup
java.lang.Object
   org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
- All Implemented Interfaces: 
- Group, Principal
- Enclosing class:
- JBossLoginModule
- private static class JBossLoginModule.JBossGroup 
- extends Object- implements Group
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
name
private String name
members
private ArrayList members
JBossLoginModule.JBossGroup
public JBossLoginModule.JBossGroup(String name,
                                   List members)
addMember
public boolean addMember(Principal user)
- 
- Specified by:
- addMemberin interface- Group
 
- 
 
isMember
public boolean isMember(Principal member)
- 
- Specified by:
- isMemberin interface- Group
 
- 
 
removeMember
public boolean removeMember(Principal user)
- 
- Specified by:
- removeMemberin interface- Group
 
- 
 
members
public Enumeration members()
- 
- Specified by:
- membersin interface- Group
 
- 
 
getName
public String getName()
- 
- Specified by:
- getNamein interface- Principal
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.