Uses of Class
org.glassfish.security.common.Group
-
Packages that use Group Package Description com.sun.enterprise.deployment.node.runtime com.sun.enterprise.security com.sun.enterprise.security.acl com.sun.enterprise.security.web.integration -
-
Uses of Group in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type Group Modifier and Type Method Description NodeGroupNode. writeDescriptor(Node parent, String nodeName, Group descriptor)write the descriptor class to a DOM tree and return it -
Uses of Group in com.sun.enterprise.security
Methods in com.sun.enterprise.security that return Group Modifier and Type Method Description GroupPrincipalGroupFactory. getGroupInstance(String name, String realm) -
Uses of Group in com.sun.enterprise.security.acl
Methods in com.sun.enterprise.security.acl that return types with arguments of type Group Modifier and Type Method Description Enumeration<Group>RoleMapper. getGroupsAssignedTo(Role r)Returns an enumeration of Groups assigned to the given role -
Uses of Group in com.sun.enterprise.security.web.integration
Methods in com.sun.enterprise.security.web.integration that return Group Modifier and Type Method Description GroupPrincipalGroupFactoryImpl. getGroupInstance(String name, String realm)
-