public final class EveryonePrincipal extends Object implements Group, JackrabbitPrincipal
| Modifier and Type | Method and Description | 
|---|---|
| boolean | addMember(Principal user) | 
| boolean | equals(Object obj) | 
| static EveryonePrincipal | getInstance() | 
| String | getName() | 
| int | hashCode() | 
| boolean | isMember(Principal member) | 
| Enumeration<? extends Principal> | members() | 
| boolean | removeMember(Principal user) | 
public static final String NAME
public static EveryonePrincipal getInstance()
public boolean removeMember(Principal user)
removeMember in interface Grouppublic Enumeration<? extends Principal> members()
public int hashCode()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.