public class Permission extends Object
| Constructor and Description |
|---|
Permission(Iterable<String> userIds,
Iterable<String> groups) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getGroups() |
Set<String> |
getUserIds() |
int |
hashCode() |
String |
toString() |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.