public class AccessControlAAP extends AccessControlAdministrativePoint
Constructor and Description |
---|
AccessControlAAP(org.apache.directory.api.ldap.model.name.Dn dn,
String uuid)
Create an instance of AccessControl AdministrativePoint
|
Modifier and Type | Method and Description |
---|---|
AdministrativePoint |
getParent() |
boolean |
isAutonomous()
Tells if the AdministrativePoint defines an autonomous area
|
boolean |
isInner()
Tells if the AdministrativePoint defines a inner area
|
boolean |
isSpecific()
Tells if the AdministrativePoint defines a specific area
|
String |
toString() |
getDn, getRole, getUuid, setParent
public AccessControlAAP(org.apache.directory.api.ldap.model.name.Dn dn, String uuid)
dn
- The AdministrativePoint Dnuuid
- The AdministrativePoint UUIDpublic AdministrativePoint getParent()
getParent
in interface AdministrativePoint
getParent
in class AbstractAdministrativePoint
public boolean isSpecific()
public boolean isInner()
public boolean isAutonomous()
isAutonomous
in interface AdministrativePoint
isAutonomous
in class AbstractAdministrativePoint
public String toString()
toString
in class AbstractAdministrativePoint
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.