| Package | Description |
|---|---|
| org.apache.directory.api.ldap.aci |
| Modifier and Type | Field and Description |
|---|---|
private Set<UserPermission> |
AntlrACIItemParser.userPermissions |
private Collection<UserPermission> |
UserFirstACIItem.userPermissions
The user permissions.
|
| Modifier and Type | Method and Description |
|---|---|
UserPermission |
AntlrACIItemParser.userPermission() |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserPermission> |
UserFirstACIItem.getUserPermission()
Gets the collection of
UserPermissions. |
| Constructor and Description |
|---|
UserFirstACIItem(String identificationTag,
int precedence,
org.apache.directory.api.ldap.model.constants.AuthenticationLevel authenticationLevel,
Collection<UserClass> userClasses,
Collection<UserPermission> userPermissions)
Creates a new instance.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.