Package | Description |
---|---|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise
Edition (dseecompat) compatability access control handler implementation.
|
Modifier and Type | Method and Description |
---|---|
static EnumAccessType |
EnumAccessType.decode(String type)
Decodes an access type enumeration from a string passed into the method.
|
static EnumAccessType |
EnumAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAccessType[] |
EnumAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Permission.hasAccessType(EnumAccessType accessType)
Checks if a given access type enumeration is equal to this classes
access type.
|
boolean |
Aci.hasAccessType(EnumAccessType accessType)
Re-direct has access type to the body's hasAccessType method.
|
boolean |
PermBindRulePair.hasAccessType(EnumAccessType accessType)
Checks the permission to see if it has this access type.
|
boolean |
AciBody.hasAccessType(EnumAccessType accessType)
Checks all of the permissions in this body for a specific access type.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.