public class

WorldGroupImpl

extends GroupImpl
java.lang.Object
   ↳ sun.security.acl.GroupImpl
     ↳ sun.security.acl.WorldGroupImpl

Class Overview

This class implements a group of principals.

Summary

Public Constructors
WorldGroupImpl(String s)
Public Methods
boolean isMember(Principal member)
returns true for all passed principals
[Expand]
Inherited Methods
From class sun.security.acl.GroupImpl
From class java.lang.Object
From interface java.security.Principal
From interface java.security.acl.Group

Public Constructors

public WorldGroupImpl (String s)

Public Methods

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.