Uses of Class
org.forgerock.opendj.ldap.AddressMask
-
Packages that use AddressMask 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. -
-
Uses of AddressMask in org.forgerock.opendj.config
Method parameters in org.forgerock.opendj.config with type arguments of type AddressMask Modifier and Type Method Description <R,P>
RIpAddressMaskPropertyDefinition. accept(PropertyValueVisitor<R,P> v, ValueOrExpression<AddressMask> value, P p)protected IpAddressMaskPropertyDefinitionIpAddressMaskPropertyDefinition.Builder. buildInstance(AbstractManagedObjectDefinition<?,?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior)RPropertyValueVisitor. visitIpAddressMask(IpAddressMaskPropertyDefinition pd, ValueOrExpression<AddressMask> v, P p)Visit a IP address mask. -
Uses of AddressMask in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type AddressMask Modifier and Type Field Description static Option<Set<AddressMask>>CommonLdapOptions. PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTSSpecifies the clients that are allowed to access the server and that should use proxy protocol.static Option<Set<AddressMask>>CommonLdapOptions. PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTSSpecifies the clients that are allowed to access the server and that should use proxy protocol.static Option<Set<AddressMask>>CommonLdapOptions. PROXY_PROTOCOL_SERVER_ALLOWED_CLIENTSSpecifies the clients that are allowed to access the server and that should use proxy protocol.Methods in org.forgerock.opendj.ldap that return AddressMask Modifier and Type Method Description static AddressMaskAddressMask. valueOf(String mask)Parses the provided string as an address mask.Method parameters in org.forgerock.opendj.ldap with type arguments of type AddressMask Modifier and Type Method Description static booleanAddressMask. matchesAny(Collection<AddressMask> masks, InetAddress address)Returnstrueif an address matches any of the provided address masks. -
Uses of AddressMask in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AddressMask Modifier and Type Method Description SortedSet<ValueOrExpression<AddressMask>>AdministrationConnectorCfgClient. getAllowedClient()Gets the "allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>ConnectionHandlerCfgClient. getAllowedClient()Gets the "allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>GlobalCfgClient. getAllowedClient()Gets the "allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>AccessLogFilteringCriteriaCfgClient. getConnectionClientAddressEqualTo()Gets the "connection-client-address-equal-to" property.SortedSet<ValueOrExpression<AddressMask>>GlobalAccessControlPolicyCfgClient. getConnectionClientAddressEqualTo()Gets the "connection-client-address-equal-to" property.SortedSet<ValueOrExpression<AddressMask>>AccessLogFilteringCriteriaCfgClient. getConnectionClientAddressNotEqualTo()Gets the "connection-client-address-not-equal-to" property.SortedSet<ValueOrExpression<AddressMask>>GlobalAccessControlPolicyCfgClient. getConnectionClientAddressNotEqualTo()Gets the "connection-client-address-not-equal-to" property.SortedSet<ValueOrExpression<AddressMask>>AdministrationConnectorCfgClient. getDeniedClient()Gets the "denied-client" property.SortedSet<ValueOrExpression<AddressMask>>ConnectionHandlerCfgClient. getDeniedClient()Gets the "denied-client" property.SortedSet<ValueOrExpression<AddressMask>>GlobalCfgClient. getDeniedClient()Gets the "denied-client" property.SortedSet<ValueOrExpression<AddressMask>>AdministrationConnectorCfgClient. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>GlobalCfgClient. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>LdapConnectionHandlerCfgClient. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<ValueOrExpression<AddressMask>>AdministrationConnectorCfgClient. getRestrictedClient()Gets the "restricted-client" property.SortedSet<ValueOrExpression<AddressMask>>ConnectionHandlerCfgClient. getRestrictedClient()Gets the "restricted-client" property.SortedSet<ValueOrExpression<AddressMask>>GlobalCfgClient. getRestrictedClient()Gets the "restricted-client" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type AddressMask Modifier and Type Method Description voidAdministrationConnectorCfgClient. setAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "allowed-client" property.voidConnectionHandlerCfgClient. setAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "allowed-client" property.voidGlobalCfgClient. setAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "allowed-client" property.voidAccessLogFilteringCriteriaCfgClient. setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>> values)Sets the "connection-client-address-equal-to" property.voidGlobalAccessControlPolicyCfgClient. setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>> values)Sets the "connection-client-address-equal-to" property.voidAccessLogFilteringCriteriaCfgClient. setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>> values)Sets the "connection-client-address-not-equal-to" property.voidGlobalAccessControlPolicyCfgClient. setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>> values)Sets the "connection-client-address-not-equal-to" property.voidAdministrationConnectorCfgClient. setDeniedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "denied-client" property.voidConnectionHandlerCfgClient. setDeniedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "denied-client" property.voidGlobalCfgClient. setDeniedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "denied-client" property.voidAdministrationConnectorCfgClient. setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "proxy-protocol-allowed-client" property.voidGlobalCfgClient. setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "proxy-protocol-allowed-client" property.voidLdapConnectionHandlerCfgClient. setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "proxy-protocol-allowed-client" property.voidAdministrationConnectorCfgClient. setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "restricted-client" property.voidConnectionHandlerCfgClient. setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "restricted-client" property.voidGlobalCfgClient. setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values)Sets the "restricted-client" property. -
Uses of AddressMask in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AddressMask Modifier and Type Method Description SortedSet<AddressMask>AdministrationConnectorCfg. getAllowedClient()Gets the "allowed-client" property.SortedSet<AddressMask>ConnectionHandlerCfg. getAllowedClient()Gets the "allowed-client" property.SortedSet<AddressMask>GlobalCfg. getAllowedClient()Gets the "allowed-client" property.SortedSet<AddressMask>AccessLogFilteringCriteriaCfg. getConnectionClientAddressEqualTo()Gets the "connection-client-address-equal-to" property.SortedSet<AddressMask>GlobalAccessControlPolicyCfg. getConnectionClientAddressEqualTo()Gets the "connection-client-address-equal-to" property.SortedSet<AddressMask>AccessLogFilteringCriteriaCfg. getConnectionClientAddressNotEqualTo()Gets the "connection-client-address-not-equal-to" property.SortedSet<AddressMask>GlobalAccessControlPolicyCfg. getConnectionClientAddressNotEqualTo()Gets the "connection-client-address-not-equal-to" property.SortedSet<AddressMask>AdministrationConnectorCfg. getDeniedClient()Gets the "denied-client" property.SortedSet<AddressMask>ConnectionHandlerCfg. getDeniedClient()Gets the "denied-client" property.SortedSet<AddressMask>GlobalCfg. getDeniedClient()Gets the "denied-client" property.SortedSet<AddressMask>AdministrationConnectorCfg. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<AddressMask>GlobalCfg. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<AddressMask>LdapConnectionHandlerCfg. getProxyProtocolAllowedClient()Gets the "proxy-protocol-allowed-client" property.SortedSet<AddressMask>AdministrationConnectorCfg. getRestrictedClient()Gets the "restricted-client" property.SortedSet<AddressMask>ConnectionHandlerCfg. getRestrictedClient()Gets the "restricted-client" property.SortedSet<AddressMask>GlobalCfg. getRestrictedClient()Gets the "restricted-client" property.
-