All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.acl.WorldGroupImpl
java.lang.Object
|
+----sun.security.acl.GroupImpl
|
+----sun.security.acl.WorldGroupImpl
- public class WorldGroupImpl
- extends GroupImpl
This class implements a group of principals.
-
WorldGroupImpl(String)
-
-
isMember(Principal)
- returns true for all passed principals
WorldGroupImpl
public WorldGroupImpl(String s)
isMember
public boolean isMember(Principal member)
- returns true for all passed principals
- Parameters:
- member - The principal whose membership must be checked in this Group.
- Returns:
- true always since this is the "world" group.
- Overrides:
- isMember in class GroupImpl
All Packages Class Hierarchy This Package Previous Next Index