Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
Modifier and Type | Method and Description |
---|---|
AddressMask |
IpAddressMaskPropertyDefinition.decodeValue(String value) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
IpAddressMaskPropertyDefinition.accept(PropertyValueVisitor<R,P> v,
AddressMask value,
P p) |
int |
IpAddressMaskPropertyDefinition.compare(AddressMask o1,
AddressMask o2) |
void |
IpAddressMaskPropertyDefinition.validateValue(AddressMask value) |
R |
PropertyValueVisitor.visitIpAddressMask(IpAddressMaskPropertyDefinition pd,
AddressMask v,
P p)
Visit a IP address mask.
|
Modifier and Type | Method and Description |
---|---|
protected IpAddressMaskPropertyDefinition |
IpAddressMaskPropertyDefinition.Builder.buildInstance(AbstractManagedObjectDefinition<?,?> d,
String propertyName,
EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<AddressMask> defaultBehavior) |
Modifier and Type | Method and Description |
---|---|
static AddressMask |
AddressMask.valueOf(String mask)
Parses the provided string as an address mask.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AddressMask.matchesAny(Collection<AddressMask> masks,
InetAddress address)
Returns
true if an address matches any of the provided address
masks. |
Modifier and Type | Method and Description |
---|---|
SortedSet<AddressMask> |
ConnectionHandlerCfgClient.getAllowedClient()
Gets the "allowed-client" property.
|
SortedSet<AddressMask> |
AdministrationConnectorCfgClient.getAllowedClient()
Gets the "allowed-client" property.
|
SortedSet<AddressMask> |
GlobalAccessControlPolicyCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.
|
SortedSet<AddressMask> |
AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.
|
SortedSet<AddressMask> |
GlobalAccessControlPolicyCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.
|
SortedSet<AddressMask> |
AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.
|
SortedSet<AddressMask> |
ConnectionHandlerCfgClient.getDeniedClient()
Gets the "denied-client" property.
|
SortedSet<AddressMask> |
AdministrationConnectorCfgClient.getDeniedClient()
Gets the "denied-client" property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandlerCfgClient.setAllowedClient(Collection<AddressMask> values)
Sets the "allowed-client" property.
|
void |
AdministrationConnectorCfgClient.setAllowedClient(Collection<AddressMask> values)
Sets the "allowed-client" property.
|
void |
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressEqualTo(Collection<AddressMask> values)
Sets the "connection-client-address-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressEqualTo(Collection<AddressMask> values)
Sets the "connection-client-address-equal-to" property.
|
void |
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressNotEqualTo(Collection<AddressMask> values)
Sets the "connection-client-address-not-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressNotEqualTo(Collection<AddressMask> values)
Sets the "connection-client-address-not-equal-to" property.
|
void |
ConnectionHandlerCfgClient.setDeniedClient(Collection<AddressMask> values)
Sets the "denied-client" property.
|
void |
AdministrationConnectorCfgClient.setDeniedClient(Collection<AddressMask> values)
Sets the "denied-client" property.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<AddressMask> |
ConnectionHandlerCfg.getAllowedClient()
Gets the "allowed-client" property.
|
SortedSet<AddressMask> |
AdministrationConnectorCfg.getAllowedClient()
Gets the "allowed-client" property.
|
SortedSet<AddressMask> |
GlobalAccessControlPolicyCfg.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.
|
SortedSet<AddressMask> |
AccessLogFilteringCriteriaCfg.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.
|
SortedSet<AddressMask> |
GlobalAccessControlPolicyCfg.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.
|
SortedSet<AddressMask> |
AccessLogFilteringCriteriaCfg.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.
|
SortedSet<AddressMask> |
ConnectionHandlerCfg.getDeniedClient()
Gets the "denied-client" property.
|
SortedSet<AddressMask> |
AdministrationConnectorCfg.getDeniedClient()
Gets the "denied-client" property.
|
Copyright 2010-2020 ForgeRock AS.