Uses of Class
org.apache.directory.api.ldap.model.message.AliasDerefMode
-
Packages that use AliasDerefMode Package Description org.apache.directory.api.dsmlv2.request org.apache.directory.api.ldap.model.filter org.apache.directory.api.ldap.model.message -
-
Uses of AliasDerefMode in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request that return AliasDerefMode Modifier and Type Method Description AliasDerefModeSearchRequestDsml. getDerefAliases()Gets the alias handling parameter.Methods in org.apache.directory.api.dsmlv2.request with parameters of type AliasDerefMode Modifier and Type Method Description SearchRequestSearchRequestDsml. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter. -
Uses of AliasDerefMode in org.apache.directory.api.ldap.model.filter
Methods in org.apache.directory.api.ldap.model.filter that return AliasDerefMode Modifier and Type Method Description AliasDerefModeScopeNode. getDerefAliases()Gets the alias dereferencing mode type safe enumeration.Constructors in org.apache.directory.api.ldap.model.filter with parameters of type AliasDerefMode Constructor Description ScopeNode(AliasDerefMode aliasDerefAliases, Dn baseDn, String baseId, SearchScope scope)Creates a new ScopeNode object. -
Uses of AliasDerefMode in org.apache.directory.api.ldap.model.message
Methods in org.apache.directory.api.ldap.model.message that return AliasDerefMode Modifier and Type Method Description AliasDerefModeSearchParams. getAliasDerefMode()AliasDerefModeSearchRequest. getDerefAliases()Gets the alias handling parameter.AliasDerefModeSearchRequestImpl. getDerefAliases()Gets the alias handling parameter.static AliasDerefModeAliasDerefMode. getDerefMode(int val)get the AliasDerefMode corresponding to the integer value passedstatic AliasDerefModeAliasDerefMode. getDerefMode(String val)get the AliasDerefMode corresponding to the string value jndiValue passedstatic AliasDerefModeAliasDerefMode. getEnum(Map<String,Object> env)Gets the enumeration from by extracting the value for the JNDI LDAP specific environment property, java.naming.ldap.derefAliases, from the environment.static AliasDerefModeAliasDerefMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasDerefMode[]AliasDerefMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.message with parameters of type AliasDerefMode Modifier and Type Method Description voidSearchParams. setAliasDerefMode(AliasDerefMode aliasDerefMode)SearchRequestSearchRequest. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter.SearchRequestSearchRequestImpl. setDerefAliases(AliasDerefMode aliasDerefAliases)Sets the alias handling parameter.static SearchParamsSearchParams. toSearchParams(SearchControls searchControls, AliasDerefMode aliasDerefMode)Creates aSearchParamsfrom JNDI search controls.
-