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 Group
public Enumeration<? extends Principal> members()
public int hashCode()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.