com.atlassian.crowd.integration.model
Class RemoteGroup

java.lang.Object
  extended by com.atlassian.crowd.integration.model.DirectoryEntity
      extended by com.atlassian.crowd.integration.model.DirectoryContainer
          extended by com.atlassian.crowd.integration.model.RemoteGroup
All Implemented Interfaces:
Serializable, Group, Principal

public class RemoteGroup
extends DirectoryContainer
implements Group, Serializable

Represents a group of principals.

Version:
1.0
Author:
Justen Stepka .
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.integration.model.DirectoryContainer
directory, members
 
Fields inherited from class com.atlassian.crowd.integration.model.DirectoryEntity
active, attributes, conception, description, directoryID, ID, lastModified, name
 
Constructor Summary
RemoteGroup()
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.integration.model.DirectoryContainer
addMember, getDirectory, getMembers, isMember, members, removeMember, setDirectory, setMembers
 
Methods inherited from class com.atlassian.crowd.integration.model.DirectoryEntity
equals, getAttribute, getAttributes, getConception, getDescription, getDirectoryID, getID, getLastModified, getName, hashCode, isActive, setActive, setAttribute, setAttribute, setAttributes, setConception, setDescription, setDirectoryID, setID, setLastModified, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.acl.Group
addMember, isMember, members, removeMember
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Constructor Detail

RemoteGroup

public RemoteGroup()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.