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 EnumBindRuleType |
EnumBindRuleType.createBindruleOperand(String type)
Create a new enumeration type for the specified type name.
|
static EnumBindRuleType |
EnumBindRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumBindRuleType[] |
EnumBindRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static KeywordBindRule |
UserDN.decode(String expression,
EnumBindRuleType type)
Decodes an expression string representing a userdn bind rule.
|
static DNS |
DNS.decode(String expr,
EnumBindRuleType type)
Decode an string representing a dns bind rule.
|
static KeywordBindRule |
GroupDN.decode(String expr,
EnumBindRuleType type)
Decode an string expression representing a groupdn bind rule.
|
static KeywordBindRule |
IP.decode(String expr,
EnumBindRuleType type)
Decodes the provided IP bind rule expression string and returns an
IP class the can be used to evaluate remote clients IP addresses.
|
static KeywordBindRule |
UserAttr.decode(String expression,
EnumBindRuleType type)
Decode an string containing the userattr bind rule expression.
|
static KeywordBindRule |
AuthMethod.decode(String expr,
EnumBindRuleType type)
Decode a string representing an authmethod bind rule.
|
static KeywordBindRule |
DayOfWeek.decode(String expr,
EnumBindRuleType type)
Decode an string representing a dayofweek bind rule.
|
static TimeOfDay |
TimeOfDay.decode(String expr,
EnumBindRuleType type)
Decodes a string representation of a timeofday bind rule expression.
|
EnumEvalResult |
EnumEvalResult.getRet(EnumBindRuleType type,
boolean undefined)
The method tries to determine if the result was undefined, and if so
it returns an FAIL enumeration.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.