edu.mit.stellar.api.group
Interface SGroupM

All Superinterfaces:
java.security.acl.Group, java.security.Principal, SGroup
All Known Implementing Classes:
AbstractPrincipalSGroupM, AbstractSGroupM, PrincipalSGroupMImpl

public interface SGroupM
extends SGroup

SGroupM Adds methods for modifying an SGroup.

Version:
$Revision: 30001 $, $Date: 2008-02-11 00:20:04 -0500 (Mon, 11 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 void setAdministrator(java.security.Principal administrator)
          Deprecated. need for this is under review
 void setDescription(java.lang.String description)
           
 void setGroupId(java.lang.String id)
           
 void setGroupManagerId(java.lang.String groupManagerId)
           
 void setName(java.lang.String name)
           
 void setOwner(java.security.Principal owner)
          Deprecated. need for this is under review
 void setTitle(java.lang.String title)
           
 
Methods inherited from interface edu.mit.stellar.api.group.SGroup
addMember, getAdministrator, getDescription, getGroupId, getGroupManagerId, getOwner, getPrincipalSet, getTitle, removeMember
 
Methods inherited from interface java.security.acl.Group
isMember, members
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

setGroupId

void setGroupId(java.lang.String id)
Parameters:
id - the id to set

setGroupManagerId

void setGroupManagerId(java.lang.String groupManagerId)
Parameters:
groupManagerId - the groupManagerId to set

setName

void setName(java.lang.String name)
Parameters:
name - the name to set

setTitle

void setTitle(java.lang.String title)
Parameters:
title - the title to set

setDescription

void setDescription(java.lang.String description)
Parameters:
description - the description to set

setOwner

void setOwner(java.security.Principal owner)
Deprecated. need for this is under review

Parameters:
owner - the owner to set

setAdministrator

void setAdministrator(java.security.Principal administrator)
Deprecated. need for this is under review

Parameters:
administrator - the administrator to set


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.