edu.mit.stellar.api.group
Class PrincipalSGroupMImpl

java.lang.Object
  extended by edu.mit.stellar.api.group.AbstractSGroupM
      extended by edu.mit.stellar.api.group.AbstractPrincipalSGroupM
          extended by edu.mit.stellar.api.group.PrincipalSGroupMImpl
All Implemented Interfaces:
SGroup, SGroupM, java.security.acl.Group, java.security.Principal

public class PrincipalSGroupMImpl
extends AbstractPrincipalSGroupM

PrincipalSGroupMImpl

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

Constructor Summary
PrincipalSGroupMImpl()
           
 
Method Summary
 UserIdentityManager getUserIdentityManager()
          Implementations must provide a UserIdentityManager, usually by injection.
 void setUserIdentityManager(UserIdentityManager userIdentityManager)
           
 
Methods inherited from class edu.mit.stellar.api.group.AbstractPrincipalSGroupM
addMember, getPrincipalSet, isMember, loadPrincipals, members, removeMember, setPrincipals
 
Methods inherited from class edu.mit.stellar.api.group.AbstractSGroupM
getAdministrator, getDescription, getGroupId, getGroupManagerId, getName, getOwner, getTitle, setAdministrator, setDescription, setGroupId, setGroupManagerId, setName, setOwner, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

PrincipalSGroupMImpl

public PrincipalSGroupMImpl()
Method Detail

getUserIdentityManager

public UserIdentityManager getUserIdentityManager()
Description copied from class: AbstractSGroupM
Implementations must provide a UserIdentityManager, usually by injection.

Specified by:
getUserIdentityManager in class AbstractSGroupM
Returns:
a UserIdentityManager

setUserIdentityManager

public void setUserIdentityManager(UserIdentityManager userIdentityManager)
Parameters:
userIdentityManager - the userIdentityManager to set


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