Uses of Interface
org.apache.jetspeed.security.GroupPrincipal

Packages that use GroupPrincipal
org.apache.jetspeed.security.spi   
 

Uses of GroupPrincipal in org.apache.jetspeed.security.spi
 

Methods in org.apache.jetspeed.security.spi that return GroupPrincipal
 GroupPrincipal GroupSecurityHandler.getGroupPrincipal(String groupFullPathName)
           Gets the group principal for the group full path name {principal}.{subprincipal}.
 

Methods in org.apache.jetspeed.security.spi with parameters of type GroupPrincipal
 void GroupSecurityHandler.removeGroupPrincipal(GroupPrincipal groupPrincipal)
           Removes the group principal.
 void GroupSecurityHandler.setGroupPrincipal(GroupPrincipal groupPrincipal)
           Sets the group principal in the backing store.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.