- ABANDONED - Static variable in exception com.rli.slapd.server.LDAPException
-
- ACCESS_METHOD_LDAP - Static variable in class com.rli.util.RLIConstants
-
- ACCESS_METHOD_RDBMS - Static variable in class com.rli.util.RLIConstants
-
- ACCESS_METHOD_UNKOWN - Static variable in class com.rli.util.RLIConstants
-
- ACCESS_METHOD_XML - Static variable in class com.rli.util.RLIConstants
-
- ACL_ACCESS_DENIED - Static variable in class com.rli.util.RLIConstants
-
- ACL_DELETE - Static variable in class com.rli.util.RLIConstants
-
- ACL_DELETEREAD - Static variable in class com.rli.util.RLIConstants
-
- ACL_DELETEREADWRITE - Static variable in class com.rli.util.RLIConstants
-
- ACL_DELETEWRITE - Static variable in class com.rli.util.RLIConstants
-
- ACL_READ - Static variable in class com.rli.util.RLIConstants
-
- ACL_READWRITE - Static variable in class com.rli.util.RLIConstants
-
- ACL_WRITE - Static variable in class com.rli.util.RLIConstants
-
- ACTION_AUTHENTICATE - Static variable in class com.rli.util.djava.ScriptHelper
-
- ACTION_DELETE - Static variable in class com.rli.util.djava.ScriptHelper
-
- ACTION_INSERT - Static variable in class com.rli.util.djava.ScriptHelper
-
- ACTION_INVOKE - Static variable in class com.rli.util.djava.ScriptHelper
-
- ACTION_SELECT - Static variable in class com.rli.util.djava.ScriptHelper
-
- ACTION_UPDATE - Static variable in class com.rli.util.djava.ScriptHelper
-
- AD_GUID_RDN - Static variable in class com.rli.util.RLIConstants
-
- ADbinaries - Static variable in class com.rli.util.RLIConstants
-
- add(LDAPEntry) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Creates a new entry (LDAP Add operation) in the FID namespace.
- add(List<LDAPEntry>) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Creates one or more new entries in the FID namespace.
- add(String, HashMap<String, List<Object>>) - Method in class com.rli.ldapclient.LDAPOperations2
-
add an entry
- add(LDAPAttribute) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Adds the specified attribute to this attribute set.
- add(LDAPAttribute, boolean) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Adds the specified attribute to this attribute set.
- ADD - Static variable in class com.rli.slapd.server.LDAPModification
-
Specifies that a value should be added to an attribute.
- add(String, String) - Method in class com.rli.util.identityData.ComplexValue
-
Sets a single value for the specified attribute of this complex value.
- add(String, List<String>) - Method in class com.rli.util.identityData.ComplexValue
-
Sets one or more values for the specified attribute of this complex value.
- add(String, String) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "add value" patch operation for the specified attribute, with the specified value.
- add(String, List<String>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "add value(s)" patch operation for the specified attribute, with the specified list of value(s).
- addArrayToList(Collection, Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- addArrayToList(Collection, Object[], boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- addArrayToListString(List<String>, String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- addAttribute(ChangeEvent, String, List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Adds the specified attribute and its associated values to the specified ChangeEvent object.
- addAttribute(ChangeEvent, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Adds the specified attribute and its associated value to the specified ChangeEvent object.
- addAttribute(LDAPEntry, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
add attribute to ldap entry
- addAttribute(SearchResult, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
add attribute to jdni entry.
- addAttribute(String, String) - Method in class com.rli.util.identityData.IdentityData
-
Sets a single value for the specified attribute.
- addAttribute(String, List<String>) - Method in class com.rli.util.identityData.IdentityData
-
Sets one or more values for the specified attribute.
- addAttribute(String, String...) - Method in class com.rli.util.identityData.IdentityData
-
Sets one or more values for the specified attribute.
- addComplexAttribute(String, ComplexValue) - Method in class com.rli.util.identityData.IdentityData
-
Sets a single complex value for the specified attribute.
- addComplexAttribute(String, List<ComplexValue>) - Method in class com.rli.util.identityData.IdentityData
-
Sets one or more complex values for the specified complex value.
- addComplexAttribute(String, ComplexValue...) - Method in class com.rli.util.identityData.IdentityData
-
Sets one or more complex values for the specified complex value.
- addComplexValue(String, ComplexValue) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "add complex value" patch operation for the specified attribute, with the specified complex value.
- addComplexValues(String, List<ComplexValue>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "add complex value(s)" patch operation for the specified attribute, with the specified complex value(s).
- addListToList(List, List, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- addListToListString(List<String>, List<String>) - Static method in class com.rli.util.djava.ScriptHelper
-
- addMultiValues(String, String) - Method in class com.rli.util.djava.VDSFunction
-
add a set of values to the computed attribute
- addObjectToList(Collection, Object, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- addPatchOperation(IdentityPatchOperation) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Adds the specified patch operation to the current list of patch operations for this ChangeEvent.
- addPatchOperation(IdentityPatchOperation) - Method in class com.rli.util.identityData.IdentityPatch
-
Adds the specified patch operation to the list of patch operations managed by this class.
- addPatchOperations(List<IdentityPatchOperation>) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Adds the specified patch operations to the current list of patch operations for this ChangeEvent.
- addPatchOperations(List<IdentityPatchOperation>) - Method in class com.rli.util.identityData.IdentityPatch
-
Adds the specified patch operations to the list of patch operations managed by this class.
- addRDN(LDAPRDN) - Method in class com.rli.slapd.server.LDAPDN
-
- addRDNToBack(LDAPRDN) - Method in class com.rli.slapd.server.LDAPDN
-
Adds the specified relative distinguished name (RDN) to the
end of the current DN.
- addRDNToFront(LDAPRDN) - Method in class com.rli.slapd.server.LDAPDN
-
Adds the specified relative distinguished name (RDN) to the
beginning of the current DN.
- addSearchResult(SearchResult) - Method in class com.rli.vds.util.InterceptParam
-
add SearchResult to current result
- addServiceparameterValue(String, String) - Method in class com.rli.vds.util.InterceptParam
-
- addValue(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
Adds a string value to the attribute.
- addValue(Object) - Method in class com.rli.slapd.server.LDAPAttribute
-
- addValue(String, byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
Adds a value to the attribute.
- addValue(String, byte[], boolean) - Method in class com.rli.slapd.server.LDAPAttribute
-
Adds a value to the attribute.
- addValue(byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
Adds a byte[]-formatted value to the attribute.
- addValue(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
Creates a new attribute name with the specified value and a default
type(string) if that attribute doesn't already exist.
- addValue(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- addValue(Object) - Method in class com.rli.util.djava.VDSFunction
-
add a value to the computed attribute
e.g., addValue(val1);addValue(val2);addValue(attr1)
- addValues(String[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
add arrray of str to values, each value will be checked for duplicated is
checking is required.
- addValues(Attribute) - Method in class com.rli.util.djava.VDSFunction
-
add all the attribute values to the computed attribute
addValues(attr1);
- addValueStrAllowDecodeB64(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
add string, if base64binary, decode it before adding.
- addValueToAllList(List, Object) - Static method in class com.rli.util.djava.ScriptHelper
-
add value to all list found in listListValuesFound.
- addValueToAllList(Collection, Object, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
add value to all list found in listListValuesFound.
- ADMIN_LIMIT_EXCEEDED - Static variable in exception com.rli.slapd.server.LDAPException
-
(11) [LDAP v3] The adminstrative limit on the
maximum number of entries to return was exceeded.
- AFFECTS_MULTIPLE_DSAS - Static variable in exception com.rli.slapd.server.LDAPException
-
(71) [LDAP v3] The client attempted to move an entry
from one LDAP server to another by requesting a "modify
DN" operation.
- ALIAS_DEREFERENCING_PROBLEM - Static variable in exception com.rli.slapd.server.LDAPException
-
(36) An error occurred when dereferencing an alias.
- ALIAS_PROBLEM - Static variable in exception com.rli.slapd.server.LDAPException
-
(33) An problem occurred with an alias.
- AND - Static variable in class com.rli.util.RLIConstants
-
- ANYURI - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- append(List<String>, List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element from the first
list, appended to the value of each element in the second list.
- append(List<StringBuilder>, List<String>) - Static method in class com.rli.util.djava.ScriptHelper
-
append elements from listString at the end of every element from list to
modify (list).
- append(List<StringBuilder>, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- appendValue(List<String>, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element appended with the
given value.
- applyComplexAttributeCondition(ChangeEvent, String, String, int, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the complex attribute and its specified sub-attribute found in the ChangeEvent object
matches the condition described by the given parameters.
- applyComplexAttributeCondition(ChangeEvent, String, String, String, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the complex attribute and its specified sub-attribute found in the ChangeEvent object
matches the condition described by the given parameters.
- applyComplexAttributeCondition(IdentityData, String, String, String, Operator, ComparisonType) - Static method in class com.rli.util.identityData.IdentityFilter
-
- applyCondition(Map<String, Map<PatchOpType, IdentityPatchOperation>>, String, PatchOpType, boolean) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates whether the specified map contains the specified patch operation type for the specified attribute name.
- applyCondition(List<String>, String, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the condition described by the given parameters is
true or false.
- applyCondition(List<String>, int, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the condition described by the given parameters is
true or false.
- applyCondition(ChangeEvent, String, int, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the attribute found in the ChangeEvent object matches the
condition described by the given parameters.
- applyCondition(ChangeEvent, String, String, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Indicates if the attribute found in the ChangeEvent object matches the
condition described by the given parameters.
- applyCondition(ComplexValue, String, int, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ComplexValueUtils
-
Indicates if the sub-attribute found in the complex value matches the condition described by the given
parameters.
- applyCondition(ComplexValue, String, String, Operator, ComparisonType) - Static method in class com.rli.connectors.changeevent.ComplexValueUtils
-
Indicates if the sub-attribute found in the complex value matches the condition described by the given
parameters.
- applyCondition(IdentityData, String, String, Operator, ComparisonType) - Static method in class com.rli.util.identityData.IdentityFilter
-
Indicates if the attribute found in the IdentityData object matches the
condition described by the given parameters.
- applyFilter(IdentityData, IdentityFilter) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the specified IdentityData object matches the specified filter.
- applyFilter(IdentityData, IdentityFilter, Map<String, String>) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the specified IdentityData object or the extra attributes and values matches the specified filter.
- applyFilters(IdentityData, List<IdentityFilter>) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the specified IdentityData object matches all the specified filters.
- applyFilters(IdentityData, List<IdentityFilter>, Map<String, String>) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the specified IdentityData object or the extra attributes and values match all the specified filters.
- applyJNDI_DN_Format(String) - Static method in class com.rli.util.djava.ScriptHelper
-
apply on a dn with escaped value, JNDI formating rules.
- applyJNDI_FilterValue_Format(String) - Static method in class com.rli.util.djava.ScriptHelper
-
escape value to comply jndi format used in filer value sent over jndi
- applyModificationToSearchResult(SearchResult, ModificationItem[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- applyPatch(IdentityData, IdentityPatch) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Applies a set of patch operations (modifications to attribute(s) and their value(s)) to the specified
identity data object.
- applyPatchOperation(IdentityPatchOperation, IdentityFilter) - Method in class com.rli.util.identityData.IdentityDataParser
-
- applyPatchOperation(IdentityPatchOperation) - Method in class com.rli.util.identityData.IdentityDataParser
-
- applyPatchOperation(IdentityData, IdentityPatchOperation) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Applies a single patch operation to the specified identity data object.
- applyValues(IdentityData, IdentityAttributePath, List<String>) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Sets the specified values on the identity data object for the target of the attribute path.
- APPROVAL_CONFIG_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
- APPROVALS_ATTRIBUTE_APPROVERS_LIST - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
- APPROVALS_ATTRIBUTE_STATUS_REJECTED - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
- ARRAY_OBJECT_CLASS - Static variable in class com.rli.util.RLIConstants
-
- ARRAY_STAR - Static variable in class com.rli.util.RLIConstants
-
- ARRAY_STR_GENERIC - Static variable in class com.rli.util.RLIConstants
-
- ATTR_1_1 - Static variable in class com.rli.util.RLIConstants
-
- ATTR_NULLIFY - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in exception com.rli.slapd.server.LDAPException
-
(20) The value that you are adding to an attribute
already exists in the attribute.
- AUTH_METHOD_NOT_SUPPORTED - Static variable in exception com.rli.slapd.server.LDAPException
-
(7) The specified authentication method is not supported
by the LDAP server that you are connecting to.
- Authenticate(String, String, String) - Static method in class com.rli.ldapclient.LDAPOperations2
-
Authenticate user
- Authenticate(String, String, String, Vector<LDAPControl[]>) - Static method in class com.rli.ldapclient.LDAPOperations2
-
Authenticate user
- Authenticate(String, String, String, Vector<LDAPControl[]>, Vector<LDAPControl>) - Static method in class com.rli.ldapclient.LDAPOperations2
-
Authenticate user
- Authenticate(String, String, String, Vector<LDAPControl[]>, Vector<LDAPControl>, HashMap<String, Object>) - Static method in class com.rli.ldapclient.LDAPOperations2
-
Authenticate user
- authenticate(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedEntry
-
The function to implement authenticate operation.
- authenticate(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedEntry2
-
The function to implement authenticate operation.
- authenticate(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedInterception
-
The function to implement authenticate operation.
- authenticate(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedInterception2
-
'authenticate' operation associated with 'On bind' event status,
errorcode and other parameters are populated accordingly The following
code returns status "proceed" with errorcode "0" : The LDAP Bind
operation will be executed after returning from the script
- avg(Attribute) - Static method in class com.rli.util.djava.VDSFunction
-
Return average from attribute values.
- calculateLevelDif(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given a parent DN and a child DN, returns the difference in depth between
those two DNs.
- cancelExternalJoin() - Method in class com.rli.vds.util.InterceptParam
-
cancel external join execution
- caverphone1(String) - Static method in class com.rli.util.djava.VDSFunction
-
Encodes a string into a Caverphone 1.0 value.
- caverphone2(String) - Static method in class com.rli.util.djava.VDSFunction
-
Encodes a string into a Caverphone 2.0 value.
- CERTPREFIX - Static variable in class com.rli.util.RLIConstants
-
- CHANGE_MODE_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains the change mode for the ChangeEvent when the
ChangeEvent is serialized as a JSON object.
- ChangeEvent - Class in com.rli.connectors.changeevent
-
A change event represents a single event (an entry that was inserted/updated/deleted/moved) captured on a backend,
or an operation (insert/update/delete/move an entry) to apply on a backend.
- ChangeEvent() - Constructor for class com.rli.connectors.changeevent.ChangeEvent
-
Creates an empty change event object.
- ChangeEvent(EventType) - Constructor for class com.rli.connectors.changeevent.ChangeEvent
-
Creates an empty change event object, initialized with the specified event type.
- ChangeEvent.ChangeEventDeserializer - Class in com.rli.connectors.changeevent
-
Implementation of a JsonDeserializer (com.fasterxml.jackson.databind) for ChangeEvent objects.
- ChangeEvent.ChangeEventSerializer - Class in com.rli.connectors.changeevent
-
Implementation of a JsonSerializer (com.fasterxml.jackson.databind) for ChangeEvent objects.
- ChangeEventDeserializer() - Constructor for class com.rli.connectors.changeevent.ChangeEvent.ChangeEventDeserializer
-
- ChangeEventSerializer() - Constructor for class com.rli.connectors.changeevent.ChangeEvent.ChangeEventSerializer
-
- ChangeEventUtils - Class in com.rli.connectors.changeevent
-
This class provides helper methods that work with
ChangeEvent
objects.
- changeFilter(String, String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
change the filter to avoid searching 'virtual' attributes, and make a search
fail .
- ChangeMode - Enum in com.rli.connectors.changeevent
-
Enumeration that controls the behavior of the apply connector when it receives a
ChangeEvent.
- CHAR_AND - Static variable in class com.rli.util.RLIConstants
-
- CHAR_NOT - Static variable in class com.rli.util.RLIConstants
-
- CHAR_OR - Static variable in class com.rli.util.RLIConstants
-
- CHAR_SPACE - Static variable in class com.rli.util.RLIConstants
-
- characters(char[], int, int) - Method in class com.rli.synsvcs.etl.XmlOp
-
- checkBindControlPasswordExpired(LDAPControl[]) - Static method in class com.rli.ldapclient.LDAPOperations2
-
check for password expired control
- checkConnection(String) - Method in class com.rli.util.djava.JDBCOperations
-
check if a connection is valid by accessing a given table used mainly to
check if a pooled connection is still alive....
- checkQuote(VDSFunction.TypeParameter, String) - Method in class com.rli.util.djava.VDSFunction
-
Add or remove quote for value to be valid regarding is type.
- CHG_OPS_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains all the ChangeEvent patch operations when the ChangeEvent
is serialized as a JSON object.
- cleanBracket(String) - Static method in class com.rli.util.StringOperations
-
remove bracket () around string
- cleanSquareBracket(String) - Static method in class com.rli.util.StringOperations
-
remove bracket [] around string
- cleanString(String, char, char) - Static method in class com.rli.util.StringOperations
-
clean char at beginning and end of str.
- clear() - Method in class com.rli.slapd.server.LDAPAttribute
-
- clear() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- clear() - Method in class com.rli.synsvcs.etl.XmlOp
-
- clearPatchOperations() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Removes all patch operations for this ChangeEvent.
- CLIENT_LOOP - Static variable in exception com.rli.slapd.server.LDAPException
-
(96) Your LDAP client detected a loop in the referral.
- clone() - Method in class com.rli.slapd.server.LDAPAttribute
-
- clone() - Method in class com.rli.slapd.server.LDAPAttributeSet
-
- clone() - Method in class com.rli.slapd.server.LDAPEntry
-
- clone() - Method in class com.rli.util.identityData.ComplexValue
-
- clone() - Method in class com.rli.util.identityData.IdentityData
-
Creates and returns a copy of this object.
- cloneCompoundObject() - Method in class com.rli.vds.util.InterceptParam
-
call this method if interception/custom script has to modify metadata found
in CompoundObject, metadata change can impact: attribute name/remapped
names/attribute behavior/xjoins/computed attributes WARNING: can cost up to
few mili seconds.
- cloneLDAPModifications(LDAPModification[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- cloneList(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
result is an implementation of ArrayList do not clone values within list.
- cloneList(Collection<E>, Class) - Static method in class com.rli.util.djava.ScriptHelper
-
result is an implementation of ArrayList do not clone values within list.
- cloneListOfList(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
result is an implementation of ArrayList do not clone values within list.
- cloneMap(Map) - Static method in class com.rli.util.djava.ScriptHelper
-
result is an implementation of HashMap do not clone values within list.
- cloneModificationItem(ModificationItem) - Static method in class com.rli.util.djava.ScriptHelper
-
create clone
- close() - Method in interface com.rli.ldapclient.LDAPEnumeration
-
Closes this enumeration and releases any resources associated with it.
- colognePhonetic(String) - Static method in class com.rli.util.djava.VDSFunction
-
Encodes a string into a Cologne Phonetic value.
- COLON - Static variable in class com.rli.util.RLIConstants
-
- com.rli.connectors.changeevent - package com.rli.connectors.changeevent
-
- com.rli.ldap.util - package com.rli.ldap.util
-
- com.rli.ldapclient - package com.rli.ldapclient
-
- com.rli.slapd.server - package com.rli.slapd.server
-
- com.rli.synsvcs.etl - package com.rli.synsvcs.etl
-
- com.rli.tools.sync.cacherefresh.tools - package com.rli.tools.sync.cacherefresh.tools
-
- com.rli.util - package com.rli.util
-
- com.rli.util.djava - package com.rli.util.djava
-
- com.rli.util.identityData - package com.rli.util.identityData
-
- com.rli.vds.util - package com.rli.vds.util
-
- COMMA - Static variable in class com.rli.util.RLIConstants
-
- commit() - Method in class com.rli.util.djava.JDBCOperations
-
- commitCommandVdapUrlUpdates() - Method in class com.rli.vds.util.InterceptParam
-
required to commit changes made on command using VDAPUrl2 object
getCommandVdapUrl()
- commitWithExceptionSupport() - Method in class com.rli.util.djava.JDBCOperations
-
- COMMUNICATION_ERROR - Static variable in exception com.rli.slapd.server.LDAPException
-
- compare(LDAPEntry, LDAPEntry) - Static method in class com.rli.slapd.server.LDAPEntry
-
Compare 2 entries regarding their content.
compare(e1,e2)==0 is equivalent to
e1.equals(e2).
- compare(LDAPEntry) - Method in class com.rli.slapd.server.LDAPEntry
-
Compare the entry with an other one, and return byte-to-byte
hash-fingerprint comparison.
- compare(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedEntry2
-
The function to implement compare operation.
- compare(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedInterception2
-
'compare' operation associated with 'On compare' event status, errorcode
and other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Compare operation will be
executed after returning from the script
- COMPARE_FALSE - Static variable in exception com.rli.slapd.server.LDAPException
-
(5) Value returned by an LDAP compare operation if the
specified attribute and value is not found in the entry
(no matching value found).
- COMPARE_TRUE - Static variable in exception com.rli.slapd.server.LDAPException
-
(6) Value returned by an LDAP compare operation if the
specified attribute and value is found in the entry
(matching value found).
- compareAttributes(LDAPEntry, LDAPEntry) - Static method in class com.rli.slapd.server.LDAPEntry
-
Compare 2 versions (old and new) of one entry.
Case sensitive comparison.
- compareAttributes(LDAPEntry, LDAPEntry, boolean) - Static method in class com.rli.slapd.server.LDAPEntry
-
- compareHex(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Compare two hex strings.
- comparePassword(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
| CLEAR | SSHA | SHA | SHA1 | MD5 | CRYPT
----------------------------------------------------- CLEAR | C | C | C | C |
C | C SSHA | C | C* | N/A | N/A | N/A | N/A SHA | C | N/A | C | C | N/A | N/A
SHA1 | C | N/A | C | C | N/A | N/A MD5 | C | N/A | N/A | N/A | C | N/A CRYPT
| C | N/A | N/A | N/A | N/A | C
where: C -- Comparable, which leads to return of 'true' or 'false' N/A -- Not
Comparable, which leads to exception of 'NoSuchAlgorithmException' C* -- For
the case of SSHA, the digests can only be compared based on the exact match.
- ComplexValue - Class in com.rli.util.identityData
-
A complex value represents a value that is itself composed of a set of attributes and values.
- ComplexValue() - Constructor for class com.rli.util.identityData.ComplexValue
-
- ComplexValueUtils - Class in com.rli.connectors.changeevent
-
This class provides helper methods that work with
ComplexValue objects.
- compoundObject - Variable in class com.rli.util.djava.VDSFunction
-
- concat(String...) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Returns a list containing a single String composed of the concatenation of all the specified elements.
- concat(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
String Concatenation : str1 + Separator + str2
- CONFIDENTIALITY_REQUIRED - Static variable in exception com.rli.slapd.server.LDAPException
-
(13) [LDAP v3] A secure connection is required for
this operation.
- CONNECT_ERROR - Static variable in exception com.rli.slapd.server.LDAPException
-
(91) Your LDAP client failed to connect to the LDAP server.
- CONNECTOR_CURSOR_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains the connector cursor for the ChangeEvent when the
ChangeEvent is serialized as a JSON object.
- CONNECTOR_NAME_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains the connector identifier for the ChangeEvent when the
ChangeEvent is serialized as a JSON object.
- CONSTRAINT_VIOLATION - Static variable in exception com.rli.slapd.server.LDAPException
-
(19) An internal error occurred in the LDAP server.
- constructDN(SearchResult, int, DvxTreeNode, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Deprecated.
- constructDN(SearchResult, int, CompoundObject, String) - Static method in class com.rli.util.djava.ScriptHelper
-
construct DN using value of SearchResult.
- contains(byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
- contains(String[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in array ignore case.
- contains(Object[], Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in array use equals method.
- contains(String[], String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in array
- contains(String, String) - Static method in class com.rli.util.StringOperations
-
- contains_IC(Collection, Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in List.
- contains_IC(Attribute, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in Attribute.
- contains_IC(String[], List) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in List.
- contains_IC(Object[], Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in List.
- containsArray(List, Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if arrayToFind (values, not only reference) found in array ignore
case.
- containsArray(Object[][], Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in array use Arrays.equals() method.
- containsArray(byte[][], byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if valueToFind found in array use Arrays.equals() method.
- containsAttribute(SearchResult, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- containsAttribute(Attributes, Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
- containsAttribute(String) - Method in class com.rli.util.identityData.ComplexValue
-
Indicates whether this ComplexValue contains the specified attribute.
- containsAttribute(String) - Method in class com.rli.util.identityData.IdentityData
-
Indicates whether this IdentityData contains the specified attribute.
- containsComplexAttributeValue(String) - Method in class com.rli.util.identityData.IdentityData
-
Indicates whether this IdentityData contains an attribute that has at least one complex value.
- containsIgnoreCase(byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
return true if value is contained in attribute, check ignore case
- containsIgnoreCase(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
return true if value is contained in attribute, check ignore case
- containsKeysFromOtherMap(Map, Map) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if every keys from map2 could be found in map1
- containsModificationItem(Collection<ModificationItem>, ModificationItem) - Static method in class com.rli.util.djava.ScriptHelper
-
- containsRangedAttribute(LDAPEntry, String) - Static method in class com.rli.slapd.server.LDAPEntry
-
- containsSpecialCharacter(String) - Static method in class com.rli.util.StringOperations
-
- CONTENT - Static variable in class com.rli.util.RLIConstants
-
- CONTEXT - Static variable in class com.rli.util.RLIConstants
-
- Control2LDAPControl(Control) - Static method in class com.rli.util.djava.ScriptHelper
-
- Control2String(Control) - Static method in class com.rli.util.djava.ScriptHelper
-
- CONTROL_NOT_FOUND - Static variable in exception com.rli.slapd.server.LDAPException
-
(93) The requested control is not found.
- Controls2String(Control[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- convert2HTMLQuotes(String) - Static method in class com.rli.util.StringOperations
-
- convertArrayLDAPAttribute2Attributes(LDAPAttribute[]) - Static method in class com.rli.util.djava.ScriptHelper
-
use BasicAttributesIndexed for impl.
- convertArrayLDAPModification2ArrayModificationItem(LDAPModification[]) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPModification[] to
javax.naming.directory.ModificationItem[]
- convertArrayLDAPModification2ListModificationItem(LDAPModification[]) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPModification[] to
List
- convertArrayModificationItem2ArrayLDAPModification(ModificationItem[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertArrayStrToList(String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertArrayStrToList(String[], boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertArrayStrToString(String[], char) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertArrayToList(Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertArrayToString(Object[], char) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertAttribute2LDAPAttribute(Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPAttribute to
javax.naming.directory.Attribute
- convertAttributes2ArrayLDAPAttribute(Attributes) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertAttributes2ArrayLDAPAttributeSet(Attributes) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertAttributesToModificationItemArray(Attributes, int) - Static method in class com.rli.util.djava.ScriptHelper
-
create a ModificationItem[] from attributes
- convertFromPEMCertificate(byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertLDAPAttribute2Attribute(LDAPAttribute) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPAttribute to
javax.naming.directory.Attribute
- convertLDAPAttribute2Attribute(LDAPAttribute, String) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPAttribute to
javax.naming.directory.Attribute
- convertLDAPModification2ModificationItem(LDAPModification) - Static method in class com.rli.util.djava.ScriptHelper
-
convert com.rli.slapd.server.LDAPModification to
javax.naming.directory.ModificationItem
- convertListModificationItem2ArrayLDAPModification(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertListToArray2dBytes(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
list must contain byte[].
- convertListToArrayInt(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
list must contain Integer.
- convertListToArrayString(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
- convertModificationItem2LDAPModification(ModificationItem) - Static method in class com.rli.util.djava.ScriptHelper
-
convert javax.naming.directory.ModificationItem to
com.rli.slapd.server.LDAPModification
- convertStringSidToBinary(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Converts a String SID to its binary representation, according to the
algorithm described
here.
- convertStringSidToHex(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- COPY_ALWAYS - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- COPY_NOTEMPTY - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- COPY_NOTNULL - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- COPY_NULLIFY - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- copyAttribute(BasicOperation, String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- copyAttribute(BasicOperation, String, String, int) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- copyAttribute(BasicOperation, String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- copyAttribute(BasicOperation, String, String, int) - Method in class com.rli.synsvcs.etl.XmlOp
-
- CopyFile(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Copy a file
- createAlias(String) - Static method in class com.rli.util.StringOperations
-
- createAttribute(String, Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
create attr from existing attr with a different name
- createAttribute(String, Enumeration) - Static method in class com.rli.util.djava.ScriptHelper
-
create attr using values from an enumeration
- createDefaultInstance(CompoundObject) - Static method in class com.rli.util.djava.VDSFunction
-
basic implementation for GUI, to be able to access VDSFunction method
- createDefaultLDAPOperations() - Static method in class com.rli.ldapclient.LDAPOperations2
-
- createIRLObject(String) - Method in class com.rli.util.djava.ScriptHelper
-
Creates VDAPUrl object for given IRL.
- createMap(List, List) - Static method in class com.rli.util.djava.ScriptHelper
-
create Map from list of keys and values
- createMapAttrStrValuePossibility(Map) - Static method in class com.rli.util.djava.ScriptHelper
-
create array of combinaison of key,String value (unique).
- createStatement() - Method in class com.rli.util.djava.JDBCOperations
-
Creates Statement using conn.
- csvExport(String, String, String, int, String, String) - Static method in class com.rli.ldapclient.LDAPOperations2
-
ldapCmd =
"ldap://host:389/dc=na,dc=radiantlogic,dc=com??sub?(objectclass=inetOrgPerson)"
attributemapping = dn -> DN, cn->NAME, givenname -> FIRSTNAME, sn ->
LASTNAME, mail -> EMAIL , tile -> JOBTITLE , uid -> PERSONID;
(optional) addinalproperties_map = {"VAL_SEPERATOR"=>"#",
"ROW_DELIMITER"=>"\\r\\n", "COL_DELIMITER"=>",")
- csvExport(String, String, String, int, String, String, Map<String, String>) - Static method in class com.rli.ldapclient.LDAPOperations2
-
ldapCmd =
"ldap://host:389/dc=na,dc=radiantlogic,dc=com??sub?(objectclass=inetOrgPerson)"
attributemapping = dn -> DN, cn->NAME, givenname -> FIRSTNAME, sn ->
LASTNAME, mail -> EMAIL , tile -> JOBTITLE , uid -> PERSONID;
addinalproperties map {"VAL_SEPERATOR"=>"#", "ROW_DELIMITER"=>"\\r\\n",
"COL_DELIMITER"=>",")
- csvExport(String, String, String, int, String, String, Map<String, String>, boolean) - Static method in class com.rli.ldapclient.LDAPOperations2
-
ldapCmd =
"ldap://host:389/dc=na,dc=radiantlogic,dc=com??sub?(objectclass=inetOrgPerson)"
attributemapping = dn -> DN, cn->NAME, givenname -> FIRSTNAME, sn ->
LASTNAME, mail -> EMAIL , tile -> JOBTITLE , uid -> PERSONID;
addinalproperties map {"VAL_SEPERATOR"=>"#", "ROW_DELIMITER"=>"\\r\\n",
"COL_DELIMITER"=>",")
boolean append : new file or append to existing file
- cutDN(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Splits a DN into three parts based on a given RDN name.
- EIGHT - Static variable in class com.rli.util.RLIConstants
-
- ELEVEN - Static variable in class com.rli.util.RLIConstants
-
- EMTPY_ARRAY - Static variable in class com.rli.util.RLIConstants
-
- EMTPY_STR_ARRAY - Static variable in class com.rli.util.RLIConstants
-
- encloseWithQuotes(String) - Static method in class com.rli.util.StringOperations
-
Replaces all single quotes(') with double quotes (").
- encodeBase64(List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element encoded in Base 64.
- encodeBase64WithoutPrefix(List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element encoded in Base 64.
- encodeIntoBase64(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Returns "{base64binary}" + input string encoded into base64.
- encodeStringIntoBase64(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Encode string into base64 without adding prefix RLIConstants.BASE64TOKEN.
- encodeToBERElement() - Method in class com.rli.slapd.server.LDAPModification
-
Retrieves the BER (Basic Encoding Rules) representation
of the current modification.
- encrypt(LDAPAttribute) - Static method in class com.rli.slapd.server.LDAPAttribute
-
Use the deafult/global CryptoManager to encrypt attibute
Here is how encryption works:
1) if the value does start with "{
}", no change -- assuming it has been encrypted already
2) After encryption, the encryped value should bear the following format:
encrypedValue :: = {}
Base64EencodedString :: = base64.encode()
encryptedBytes :: =
3) change or not at all -- if any bad things should happen, the attribute remains unchanged (excpetion thrown though).
- encrypt(LDAPAttribute, boolean) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- encrypt(LDAPAttribute, CryptoManager) - Static method in class com.rli.slapd.server.LDAPAttribute
-
Use the given CryptoManager to encrypt attibute
Here is how encryption works:
1) if the value does start with "{}", no change -- assuming it has been encrypted already
2) After encryption, the encryped value should bear the following format:
encrypedValue :: = {}
Base64EencodedString :: = base64.encode()
encryptedBytes :: =
3) change or not at all -- if any bad things should happen, the attribute remains unchanged (excpetion thrown though).
- encrypt(LDAPAttribute, CryptoManager, boolean) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- encrypt(LDAPEntry, Collection<String>) - Static method in class com.rli.slapd.server.LDAPEntry
-
- encrypt(LDAPEntry, Collection<String>, boolean) - Static method in class com.rli.slapd.server.LDAPEntry
-
- ENCRYPTION_IDENTIFIER - Static variable in class com.rli.util.RLIConstants
-
- encryptPassword(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- END_BRACE - Static variable in class com.rli.util.RLIConstants
-
- END_BRACKET - Static variable in class com.rli.util.RLIConstants
-
- END_PARENTHESIS - Static variable in class com.rli.util.RLIConstants
-
- endElement(String, String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- ENTRY_ALREADY_EXISTS - Static variable in exception com.rli.slapd.server.LDAPException
-
(68) The specified entry already exists.
- ENTRYUUID - Static variable in class com.rli.util.RLIConstants
-
- EQUAL - Static variable in class com.rli.util.RLIConstants
-
- equals(Object) - Method in class com.rli.slapd.server.LDAPAttribute
-
- equals attr name (ignore case) - equals values, same order, respect
case
- equals(Object) - Method in class com.rli.slapd.server.LDAPDN
-
- equals(LDAPEntry) - Method in class com.rli.slapd.server.LDAPEntry
-
Test equivalence of content, based on hash-fingerprint.
- equals(Object) - Method in class com.rli.slapd.server.LDAPModification
-
- equals(LDAPRDN) - Method in class com.rli.slapd.server.LDAPRDN
-
Determines if the current DN component is equal to the specified
DN component.
- equals(String, String) - Static method in class com.rli.util.StringOperations
-
- equals(String, String, boolean) - Static method in class com.rli.util.StringOperations
-
- equalsArrayIgnoreCase(String[], String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both set have same elemt, ignore case.
- equalsArrayIgnoreOrder(Object[], Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both set have same elemt, ignore order, ignore case.
- equalsArrayIgnoreOrderIgnoreCase(Object[], Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both set have same elemt, ignore order, ignore case.
- equalsArrayNullSupport(Object[], Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both objects are both null or equals.
- equalsArrayNullSupport(byte[], byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both objects are both null or equals.
- equalsArrayNullSupport(int[], int[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both objects are both null or equals.
- equalsArrayNullSupport_2D(Object[][], Object[][]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both Object[][] are both null or equals.
- equalsDN(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Indicates whether the two given distinguished names are equal (note:
comparison is case-insensitive).
- equalsDN(String, String, boolean) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Indicates whether the two given distinguished names are equal (note:
comparison is case-insensitive).
- equalsEmptySupport(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Strings s1 and s2 are equal: 1) if they both are empty or null; 2) if they
both not empty or null AND they equal using default String.equals()
Otherwise, strings are not equal.
- equalsIgnoreCaseNullSupport(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both objects are both null or equals ignoring case.
- equalsIgnoreCaseStartSupport(String, String) - Static method in class com.rli.util.StringOperations
-
return true if str matches strWstar containing '*' as wild card.
- equalsIgnoreOrder(Attributes, Attributes) - Static method in class com.rli.util.djava.ScriptHelper
-
- equalsListAndArray(Collection, Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if List and Array have the same content, ordered.
- equalsListAndList(Collection, Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if List1 and List2 have the same content, ordered.
- equalsListArrayIgnoreOrder(Collection, Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both set have same elemt, ignore order
- equalsListArrayIgnoreOrderIgnoreCase(List, Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both set have same elemt, ignore order, ignore case.
- equalsListIgnoreOrder(Collection, Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both list have same elemt, ignore order
- equalsListIgnoreOrderIgnoreCase(List, List) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both list have same elemt, ignore order, ignore case.
- equalsListModificationItemIgnoreOrder(Collection<ModificationItem>, Collection<ModificationItem>) - Static method in class com.rli.util.djava.ScriptHelper
-
- equalsMap(Map, Map) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both map have same elemt.
- equalsMap(Map, Map, Map) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both map have same elemt.
- equalsModificationItem(ModificationItem, ModificationItem) - Static method in class com.rli.util.djava.ScriptHelper
-
- equalsNullSupport(Object, Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if both objects are both null or equals.
- equalsToString(Object, Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if Object obj1, and obj2 have same substring, null support
- errorCodeToString() - Method in exception com.rli.slapd.server.LDAPException
-
Returns the error message describing the error code (for this
exception).
- errorCodeToString(Locale) - Method in exception com.rli.slapd.server.LDAPException
-
Returns the error message describing the error code for this
exception.
- errorCodeToString(int) - Static method in exception com.rli.slapd.server.LDAPException
-
Returns the error message describing the specified error code.
- errorCodeToString(int, Locale) - Static method in exception com.rli.slapd.server.LDAPException
-
Returns the error message describing the specified error code.
- escape(String, String) - Static method in class com.rli.util.StringOperations
-
Returns the String after escaping.
- escapeQuote(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- escapeRDN(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- escapeRdnValue(List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element escaped according
to the RDN value syntax.
- escapeRdnValue(String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element escaped according
to the RDN value syntax.
- escapeRDNValue(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- escapeValueForChar(String, char) - Static method in class com.rli.util.djava.ScriptHelper
-
escape char in str
- escapeValueForCharIfNeeded(String, char) - Static method in class com.rli.util.djava.ScriptHelper
-
escape char in str only if not already escaped
- escapeXml(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- EVENT_ID_ATTR_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains the event identifier for the ChangeEvent when the
ChangeEvent is serialized as a JSON object.
- EVENT_TYPE_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which contains the event type for the ChangeEvent when the ChangeEvent
is serialized as a JSON object.
- EventType - Enum in com.rli.connectors.changeevent
-
Enumeration that represents the different types of change that can be applied or captured on a backend entry.
- except - Variable in class com.rli.ldapclient.LDAPOperations2
-
- executeChangeCommand(XMLOperation, XMLOperation) - Method in class com.rli.util.djava.ScriptHelper
-
Execute insert / update / delete command in corresponding data-store.
- executeCommand(XMLOperation, int) - Method in class com.rli.util.djava.ScriptHelper
-
Execute command in corresponding data-store.
- executeInsertAutokey(String, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- executeInsertAutokey(String, boolean, List) - Method in class com.rli.util.djava.JDBCOperations
-
- executeQuery(String) - Method in class com.rli.util.djava.JDBCOperations
-
- executeQuery(String, int) - Method in class com.rli.util.djava.JDBCOperations
-
- executeQuery(String, List) - Method in class com.rli.util.djava.JDBCOperations
-
- executeQuery(String, List<String[]>, int) - Method in class com.rli.util.djava.JDBCOperations
-
execute query, will retry (x numretries) in case of connection error.
- executeQuery(String, List<String[]>, int, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
centralized method to execute query.
- executeQueryAsStatement(String, List<String[]>, int) - Method in class com.rli.util.djava.JDBCOperations
-
- executeScript(String) - Method in class com.rli.util.djava.JDBCOperations
-
cautious errors occur if ';' is used in a sql value do an executeUpdate
on each sql separated with ';'
- executeSearchCommand(XMLOperation, XMLOperation, int) - Method in class com.rli.util.djava.ScriptHelper
-
Execute Search command in corresponding data-store.
- executeUpdate(String) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdate(String, List) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdate(String, List, int) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdateAutoCommit(String, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdateAutoCommit(String, List, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdateAutoCommit(String, List, int, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdateWithExceptionSupport(String, List<String[]>, int, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
centralized method to execute update
- executeUpdateWithExceptionSupport(String, List<String[]>, int) - Method in class com.rli.util.djava.JDBCOperations
-
- executeUpdateWithExceptionSupportAutoCommit(String, List<String[]>, int, boolean, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
centralized method to execute update
- exists(String) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Indicates if the specified distinguished name (DN) points to an existing entry.
- explodeDN(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given a DN, returns an array where each element is an RDN that composes
the DN.
- explodeDN_ArrayNameValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given a DN, returns an array where each element is a two-element String
array (first element is the RDN name, second element is the RDN value)
representing the RDN that composes the DN.
- explodeRDN(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns a two-element String array containing two elements: the name and
the value of the given RDN.
- explodeRDN_fromDN(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns a two-element String array containing two elements: the name and
the value of the RDN for the given DN.
- explodeUrlList(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- exportXML() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXML(boolean) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXML(String, boolean) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXML(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXML() - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXML(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
save the XMLoperation object into an XML file
- exportXML(boolean) - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXML(String, boolean) - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXMLCurrentInstance(boolean) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXMLCurrentInstance() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXMLCurrentInstance(boolean) - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXMLCurrentInstance() - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXMLWithOutSchema() - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXSD() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXSD(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- exportXSD() - Method in class com.rli.synsvcs.etl.XmlOp
-
- exportXSD(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- EXT_DJAVA - Static variable in class com.rli.util.RLIConstants
-
- EXT_DVX - Static variable in class com.rli.util.RLIConstants
-
- EXT_ORX - Static variable in class com.rli.util.RLIConstants
-
- EXT_TMP - Static variable in class com.rli.util.RLIConstants
-
- extractAttrValueStringOrList(Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
extract string value or list (if multivalues) from attr.
- extractCookieFromControls(DirContext) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractExternalEntries(SearchResult, String, int, VDQuery, String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
extract external entry for an VDQuery
- extractExternalEntries(SearchResult, String, int, VDQuery, String[], HDAPStore[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
extract external entry for an VDQuery
- extractExternalEntries(SearchResult, String, int, VDQuery, String[], String[], HDAPStore[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractExternalEntries(AttributesEnumeration, SearchResult, String, int, VDQuery, String[], String[], HDAPStore[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractExternalEntries(LDAPOperations, AttributesEnumeration, SearchResult, String, int, VDQuery, String[], String[], HDAPStore[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractExternalEntries(LDAPOperations, AttributesEnumeration, SearchResult, String, int, VDQuery, String[], String[], HDAPStore[], String, boolean, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractFileName(String, boolean) - Static method in class com.rli.util.StringOperations
-
- extractFileName(String, String, boolean) - Static method in class com.rli.util.StringOperations
-
- extractNamingContext(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given a DN, returns the naming context associated with the DN.
- extractParamNames(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Extracts names of link/base parameters from given command.
- extractRangeAttributeName(String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- extractSqlAttributesToReplace(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return list of attributes str that should changed with value: ex:
- extractSqlAttributesToReplaceWithSqlName(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return List of String[2] of attributes str that should changed with value:
ex:
- extractTableName(String) - Static method in class com.rli.util.StringOperations
-
- generateByteValue(String) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- generateFormat(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Generate a format for the random password generator with example password
- generateKeywordFilter(String) - Static method in class com.rli.util.djava.ScriptHelper
-
translate filter using keyword attributes
- generateKeywordFilter(String, String, int, String[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
Deprecated.
- generateKeywordPatternFilter(String) - Static method in class com.rli.util.djava.ScriptHelper
-
translate filter using keyword attributes
- generateRandomPassword(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Generate a random password following a format template A -uppercase letter ,
a -lowercase letter , 9 -digit , X -alphanumeric, K -special character
example : Aa99XXXXXX
- generateSqlForNullValues(String, List<String[]>, boolean) - Static method in class com.rli.util.djava.JDBCOperations
-
replace null value with "IS NULL" in SQL so prepared statement will work
with null value in where clause.
- generateStringValue(byte[]) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- generateTraceException(Throwable) - Static method in class com.rli.util.djava.ScriptHelper
-
- generateValidLdapAttributeName(String) - Static method in class com.rli.util.djava.ScriptHelper
-
valid attribute name and return alternate name if not valid, by removing not
valid characters.
- get(String) - Method in class com.rli.util.identityData.ComplexValue
-
Returns the value(s) for the specified attribute in the format of a com.fasterxml.jackson.databind.JsonNode object,
or null if the attribute does not exist.
- getAction(String) - Method in class com.rli.util.djava.ScriptHelper
-
Detects action for given operation-name.
- getAction() - Method in class com.rli.vds.util.InterceptParam
-
RLIConstants.STR_ACTION_ATTR_*
- getactualDN() - Method in class com.rli.util.djava.VDSFunction
-
Get the actualDN
- getADDirSyncCookie() - Method in class com.rli.ldapclient.LDAPOperations2
-
returns ADDirSync cookie
- getAdditionalProperties() - Method in class com.rli.util.identityData.IdentityData
-
- getADPassword() - Method in class com.rli.util.djava.VDSFunction
-
Get the AD password (defaults to ORGID) from the compound object source and
the entry's through websocket server saMAccountname
- getADPasswordHistory() - Method in class com.rli.util.djava.VDSFunction
-
Get the AD password History (defaults to ORGID) from the compound object source and the entry's through
websocket server
saMAccountname
- getADPasswordMD4() - Method in class com.rli.util.djava.VDSFunction
-
Get the AD password (MD4) from the compound object source and the entry's
through websocket server saMAccountname
- getAll() - Method in class com.rli.slapd.server.LDAPAttribute
-
each object returned could be String or byte[] depending on what it was
when orignally added to attribute
- getAllValues() - Method in class com.rli.slapd.server.LDAPAttribute
-
- GETANCESTORATTR_METHODENAME - Static variable in class com.rli.util.djava.VDSFunction
-
- getAncestorAttributeValues(String, String) - Method in class com.rli.util.djava.VDSFunction
-
- getApprovalConfiguration() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- getArrayForString(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return array lenght 1 with s in first position
- getArrayForString(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return array lenght 2 with s1 and s2
- getArrayValueForIdRdn(String) - Static method in class com.rli.util.djava.ScriptHelper
-
explode id value and return it as an array of str.
- getAssociationurls() - Method in class com.rli.vds.util.InterceptParam
-
xjoin definition
- getAttribute(String) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Returns a single attribute that exactly matches the specified attribute
name.
- getAttribute(String) - Method in class com.rli.slapd.server.LDAPEntry
-
In an entry, returns the single attribute that exactly matches the
specified attribute name.
- getAttribute() - Method in class com.rli.slapd.server.LDAPModification
-
Returns the attribute (possibly with values) to be modified.
- getAttributeFilter() - Method in class com.rli.util.identityData.IdentityAttributePath
-
Returns the filter for this attribute path.
- getAttributeName() - Method in class com.rli.util.identityData.IdentityAttributePath
-
Returns the attribute name for this attribute path.
- getAttributeNames() - Method in class com.rli.util.identityData.ComplexValue
-
Returns the set of all attribute names for this ComplexValue.
- getAttributeNames() - Method in class com.rli.util.identityData.IdentityData
-
Returns the names of all the attributes that have been set for this IdentityData object.
- getAttributeNamesForListOfAttrStr(List) - Static method in class com.rli.util.djava.ScriptHelper
-
return array of attribute name only: ex ORDERDETAILID,ORDERID respect list
order.
- getAttributePath() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the attribute path for this patch operation.
- getAttributes() - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Returns an enumeration of the attributes in this attribute set IN ORIGINAL ORDER.
- getAttributes() - Method in class com.rli.vds.util.InterceptParam
-
attributes to insert
- getAttributesArray() - Method in class com.rli.slapd.server.LDAPAttributeSet
-
- getAttributesArray(boolean) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
- getAttributeSet() - Method in class com.rli.slapd.server.LDAPEntry
-
Returns the attribute set of the entry.
- getAttributesInLDIF(String, LDAPAttributeSet) - Static method in class com.rli.vds.util.InterceptParam
-
Gets the attributes in LDIF format.
- getAttributeToInsert(String) - Method in class com.rli.vds.util.InterceptParam
-
only used for insert() request.
- getAttributeToInsertOrUpdate(String) - Method in class com.rli.vds.util.InterceptParam
-
only used for insert() request.
- getAttributeValue(SearchResult, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return first attribute value or null if not found
- getAttributeValue(Attributes, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return first attribute value or null if not found
- getAttributeValue(Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
return first attribute value or null if not found
- getAttributeValue(LDAPEntry, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return first attribute value or null if not found
- getAttributeValues(SearchResult, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return array of attribute values or null if not found
- getAttributeValues(LDAPEntry, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return attribute values or null if not found
- getAttributeValuesEnum(SearchResult, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return array of attribute values or null if not found
- getAttributeValuesEnum(SearchResult, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
return array of attribute values or null if not found
- getAttributeValuesList(SearchResult, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return List of attribute values or null if not found
- getAttributeValuesList(LDAPEntry, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return List of attribute values or null if not found
- getAttributeValuesMap(LDAPEntry, List) - Static method in class com.rli.util.djava.ScriptHelper
-
return map containing value for attribute requested.
- getAttributeValuesMap(SearchResult, List) - Static method in class com.rli.util.djava.ScriptHelper
-
return map containing value for attribute requested.
- getAttributeValueStringOrList(SearchResult, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
return List of attribute values or null if not found
- getAttrs() - Method in class com.rli.vds.util.InterceptParam
-
requested attributes for current query (separated by ',')
- getAuthorizedAttributes(String, String, String, LDAPEntry, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return an Entry with only authorized attributes.
- getAutoCommit() - Method in class com.rli.util.djava.JDBCOperations
-
- getBaseDn() - Method in class com.rli.vds.util.InterceptParam
-
base DN to search on backend (ldap backend only)
- getBaseName(String) - Static method in class com.rli.slapd.server.LDAPAttribute
-
Extracts the base name from the specified attribute name.
- getBaseName() - Method in class com.rli.slapd.server.LDAPAttribute
-
Extracts the base name from the attribute name of the current
LDAPAttribute object.
- getBERElement() - Method in class com.rli.slapd.server.LDAPAttribute
-
Retrieves the BER (Basic Encoding Rules) representation of an attribute.
- getBinary(Attribute) - Method in class com.rli.util.djava.VDSFunction
-
Return the values of an attribute in binary .
- getBindDN() - Method in class com.rli.vds.util.InterceptParam
-
getbindDN: the DN of the user connected to VDS
- getBytesUtf16LE(String) - Static method in class com.rli.util.StringOperations
-
Get byte[] representation of string using UTF-16LE encoding, and if it fails
(and it should never fail because UTF-16LE is supported charset), use default
encoding.
- getBytesUtf8(String) - Static method in class com.rli.util.StringOperations
-
Get byte[] representation of string using UTF-8 encoding, and if it fails
(and it should never fail because UTF-8 is supported charset), use default
encoding.
- getByteValueArray() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns the values of the attribute in an array of byte[]
format.
- getByteValueInObjectArray() - Method in class com.rli.slapd.server.LDAPAttribute
-
- getByteValues() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns an enumerator for the values of the attribute in
byte[] format.
- GETCACHE_OBJECTGUID - Static variable in class com.rli.util.djava.VDSFunction
-
- getCacheObjectGUID(String) - Method in class com.rli.util.djava.VDSFunction
-
- getCalljoin() - Method in class com.rli.vds.util.InterceptParam
-
- getCert(byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
Translate a binary certificate attribute / value into an X509Certificate
structure
- getCertificates() - Method in class com.rli.vds.util.InterceptParam
-
get client certificate(s) for authentication...
- getChangeMode() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the change mode for this ChangeEvent.
- getChangeMode(String) - Static method in enum com.rli.connectors.changeevent.ChangeMode
-
Returns an instance of the ChangeMode that corresponds to the specified mode name.
- getClientIP() - Method in class com.rli.vds.util.InterceptParam
-
- getCommand() - Method in class com.rli.vds.util.InterceptParam
-
command to be executed on backend (SQL for SQL backends, LDAP query for
LDAP/Custom backends)
- getCommandVdapUrl() - Method in class com.rli.vds.util.InterceptParam
-
return VDAP url object, allow an easy manipulation of the String command.
- getComplexValuePredicate() - Method in class com.rli.util.identityData.IdentityFilter
-
- getComplexValues(String) - Method in class com.rli.util.identityData.IdentityData
-
Returns the list of complex values associated with the specified attribute or null if the attribute
does not exist.
- getComplexValues() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the list of complex values for this patch operation.
- getCompositeObject() - Method in class com.rli.vds.util.InterceptParam
-
Deprecated.
- getCompoundObject() - Method in class com.rli.vds.util.InterceptParam
-
- getComputedAttr(String) - Method in class com.rli.vds.util.InterceptParam
-
return computed attribute
- getConn() - Method in class com.rli.util.djava.JDBCOperations
-
- getConnectionstring() - Method in class com.rli.vds.util.InterceptParam
-
- getConnectionstringCustomJavaClassName() - Method in class com.rli.vds.util.InterceptParam
-
Java class name used in connection string.
- getConnectionstringJdbcDriverClassName() - Method in class com.rli.vds.util.InterceptParam
-
JdbcDriverClassName used in connection string.
- getConnectionstringObject() - Method in class com.rli.vds.util.InterceptParam
-
connection information for backend
- getConnectionstringPassword() - Method in class com.rli.vds.util.InterceptParam
-
return Password used in connection string.
- getConnectionstringUrl() - Method in class com.rli.vds.util.InterceptParam
-
return url used in connection string.
- getConnectionstringUsername() - Method in class com.rli.vds.util.InterceptParam
-
return username used in connection string.
- getConnectorCursor() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the cursor associated with this ChangeEvent.
- getConnectorNameId() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the identifier for the connector that produced this ChangeEvent.
- getConnPoolStat(String) - Static method in class com.rli.ldapclient.LDAPOperations2
-
- getConnTraceId() - Static method in class com.rli.util.djava.ScriptHelper
-
return the connection trace identifier for the current context of execution
or null if no context found.
- getControls() - Method in class com.rli.vds.util.InterceptParam
-
- getCredentials() - Method in class com.rli.vds.util.InterceptParam
-
get client credentials for authentication...
- getCurrentInstanceNumber() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getCurrentTimeLimitSec(long) - Static method in class com.rli.util.djava.ScriptHelper
-
return current time limit to user or throw ldap exception if expired
- getCustomImplType(Class) - Static method in class com.rli.util.djava.ScriptHelper
-
return custom type.
- getDateFromADTimestamp(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Translate a Microsoft AD timestamp into a formatted date/time
- getDateFromADTimestamp(Attribute, String) - Method in class com.rli.util.djava.VDSFunction
-
Translate a Microsoft AD timestamp into a formatted date/time
- getDbType() - Method in class com.rli.util.djava.JDBCOperations
-
- getDeclaredMethodInHierarchy(Class, String, Class[]) - Static method in class com.rli.util.djava.ScriptHelper
-
get declared method, look in hierarchy to find method if not found for
current class c.
- getDelta(IdentityData, IdentityData) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Compares two identity data objects and returns the delta between them in the form of an IdentityPatch object.
- getDelta(IdentityData, IdentityData, IdentityObjectSchema) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Compares two identity data objects and returns the delta between them in the form of an IdentityPatch object.
- getDirContextModificationOp(int) - Static method in class com.rli.slapd.server.LDAPModification
-
convert DirContext code to LDAPModification code
- getDistinct() - Method in class com.rli.vds.util.InterceptParam
-
- getDN() - Method in class com.rli.slapd.server.LDAPEntry
-
Returns the distinguished name of the current entry.
- getDn() - Method in class com.rli.vds.util.InterceptParam
-
virtual DN requested
- getDnFromDvxCatalog(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
For Radiant Logic Internal Use.
- getDNPattern(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the original DN with the value part from each RDN removed.
- getDriverName() - Method in class com.rli.util.djava.JDBCOperations
-
- getDvxAbsoluteDir() - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the directory where the views (.dvx files) are
stored.
- getDvxFilePathByDvxName(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the .dvx view file with the name
dvxName.
- getDvxFilePathByOrxName(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the .dvx view file with the name
orxName.
- getEntry(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Search master object.
- getEntryDN(String) - Method in class com.rli.util.djava.ScriptHelper
-
Locates and returns base-dn for entry pointed by given url.
- getEntryDN(String, boolean) - Method in class com.rli.util.djava.ScriptHelper
-
Locates and returns base-dn for entry pointed by given url.
- getErrorcode() - Method in class com.rli.vds.util.InterceptParam
-
- getErrormessage() - Method in class com.rli.vds.util.InterceptParam
-
- getEventId() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the event ID for this ChangeEvent.
- getEventType() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the type of event for this ChangeEvent.
- getEventType(String) - Static method in enum com.rli.connectors.changeevent.EventType
-
Returns the EventType instance that corresponds to the specified event type String.
- getExtension(File) - Static method in class com.rli.util.StringOperations
-
- getExtraAttributeValue(String) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- getExtraAttributeValue(String) - Method in class com.rli.util.identityData.IdentityData
-
- getFilter() - Method in class com.rli.vds.util.InterceptParam
-
LDAP: filter to be sent to LDAP backend; RDBMS/CUSTOM: filter received for
current query
- getFilter4join(String, Hashtable) - Static method in class com.rli.util.djava.ScriptHelper
-
- getFirstComplexValue(String) - Method in class com.rli.util.identityData.IdentityData
-
Returns the first complex value of the specified attribute or null if the attribute does not exist.
- getFirstComplexValue() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the first complex value found in the list of values for this patch operation.
- getFirstValueAsString(String) - Method in class com.rli.util.identityData.ComplexValue
-
Returns the first value in the list of values for the specified attribute, or null if the attribute
does not exist.
- getFirstValueAsString(String) - Method in class com.rli.util.identityData.IdentityData
-
Returns the first value associated with the specified attribute.
- getFirstValueAsString() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the first value found in the list of values for this patch operation.
- getFirstValueForComposite(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
For Radiant Logic Internal Use.
- getFirsValueArrayByte() - Method in class com.rli.slapd.server.LDAPAttribute
-
just return the first value of the result or null if nothing found.
- getFirsValueGUIDString() - Method in class com.rli.slapd.server.LDAPAttribute
-
returns the first value of the result as GUID formatted String or null if nothing found.
- getFirsValueSIDString() - Method in class com.rli.slapd.server.LDAPAttribute
-
returns the first value of the result as SID formatted String or null if nothing found.
- getFirsValueString() - Method in class com.rli.slapd.server.LDAPAttribute
-
just return the first value of the result or null if nothing found.
- getGlobalProperty(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
getGlobalProperty getting the value of a property shared by all scripts
running in the same java machine
- getHash() - Method in class com.rli.slapd.server.LDAPEntry
-
Gets the MD5-hash(aka fingerprint) of the entry.
- getHash(boolean) - Method in class com.rli.slapd.server.LDAPEntry
-
Gets the MD5-hash(aka fingerprint) of the entry.
- getHash(boolean, String) - Method in class com.rli.slapd.server.LDAPEntry
-
Gets the hash(aka fingerprint) of the entry.
- getHexGUIDForDn(String, String) - Method in class com.rli.util.djava.VDSFunction
-
- getHostName() - Method in class com.rli.vds.util.InterceptParam
-
return backend host name.
- getHostPort() - Method in class com.rli.vds.util.InterceptParam
-
return backend host port.
- getIdentifier(ChangeEvent) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Returns the event ID of the specified ChangeEvent.
- getIdentityDataPredicate(Map<String, String>) - Method in class com.rli.util.identityData.IdentityFilter
-
- GETIDENTITYURL_METHODENAME - Static variable in class com.rli.util.djava.VDSFunction
-
- getIdentityUrls() - Method in class com.rli.util.djava.VDSFunction
-
- getIdRdnValue(SearchResult, Collection<String>) - Static method in class com.rli.util.djava.ScriptHelper
-
return value for identity attribute used in RDN
- getIdValueFromRdnValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given an RDN value that has format 'value1 {value2}' returns the value
between brackets.
- getInstance(String, int, int) - Static method in class com.rli.util.djava.globalCache
-
- getInstance() - Static method in class com.rli.util.djava.ScriptHelper
-
- getInstance() - Static method in class com.rli.util.djava.sharedData
-
- getInterceptionImplType(Class) - Static method in class com.rli.util.djava.ScriptHelper
-
return interface type.
- getIrl() - Method in class com.rli.vds.util.InterceptParam
-
- getIrlAttrRequest() - Method in class com.rli.vds.util.InterceptParam
-
- getIRLObject() - Method in class com.rli.util.djava.ScriptHelper
-
Returns VDAPUrl object corresponding to IRL.
- getIrlScopeInt() - Method in class com.rli.vds.util.InterceptParam
-
- getJavaclass() - Method in class com.rli.vds.util.InterceptParam
-
- getJoinAttributes(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- getKeycolumns() - Method in class com.rli.vds.util.InterceptParam
-
- getKeyfields() - Method in class com.rli.vds.util.InterceptParam
-
- getLabelInBetween(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Note: method intended for Radiant internal use.
- getLangSubtype() - Method in class com.rli.slapd.server.LDAPAttribute
-
Extracts the language subtype from the attribute name of the
LDAPAttribute object, if any.
- getLastError() - Method in class com.rli.ldapclient.LDAPOperations2
-
- getLastError() - Method in class com.rli.util.djava.JDBCOperations
-
- getLastRdnValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the string value of left-most RDN value for the specified DN.
- getLastUsedDriverName() - Method in class com.rli.util.djava.JDBCOperations
-
- getLastUsedPassword() - Method in class com.rli.util.djava.JDBCOperations
-
- getLastUsedUrl() - Method in class com.rli.util.djava.JDBCOperations
-
- getLastUsedUser() - Method in class com.rli.util.djava.JDBCOperations
-
- getLDAPDN() - Method in class com.rli.slapd.server.LDAPEntry
-
- getLDAPEntries(String, int, String, String[], int) - Method in class com.rli.ldapclient.LDAPOperations2
-
performs search and returns entries in a list
- getLDAPEntries(String, int) - Static method in class com.rli.ldapclient.LDAPOperations2
-
performs search and returns entries in a list
- getLDAPEntries(String, String, String, int) - Static method in class com.rli.ldapclient.LDAPOperations2
-
performs search and returns entries in a list
- getLDAPErrorMessage() - Method in exception com.rli.slapd.server.LDAPException
-
Returns the error message from the last error, if this message
is available (that is, if this message was set).
- getLDAPModificationOp(int) - Static method in class com.rli.slapd.server.LDAPModification
-
convert DirContext code to LDAPModification code
- getLDAPModificationType(PatchOpType) - Static method in class com.rli.util.identityData.IdentityMapper
-
- getLDAPResultCode() - Method in exception com.rli.slapd.server.LDAPException
-
Returns the result code from the last error that occurred.
- getListForObject(Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return list with 1 elmt containing object
- getListForString(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return list with 1 elmt containing str
- getListForString(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return list with 1 elmt containing str
- getListValueArrayByte() - Method in class com.rli.slapd.server.LDAPAttribute
-
return values as a list of byte[] (best perf to retrieve data, return
stored list)
- getListValueString() - Method in class com.rli.slapd.server.LDAPAttribute
-
return values as a list of String
- getListValueString(boolean) - Method in class com.rli.slapd.server.LDAPAttribute
-
return values as a list of String
- getLogger() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getLong(String, long) - Static method in class com.rli.util.djava.ScriptHelper
-
- getMapattrs() - Method in class com.rli.vds.util.InterceptParam
-
- getMapForObject(Object, Object) - Static method in class com.rli.util.djava.ScriptHelper
-
return map with 1 elmt pair
- getMapFromDictionaryFile(String) - Static method in class com.rli.util.djava.VDSFunction
-
Get a map of all key and values of a dictionary.
- getMapInterceptionParameters() - Method in class com.rli.vds.util.InterceptParam
-
parameters as defined in Service Parameters at node level.
- getMatchedDN() - Method in exception com.rli.slapd.server.LDAPException
-
Returns the maximal subset of a DN which could be matched by the
server, if the server returned one of the following errors:
NO_SUCH_OBJECT
ALIAS_PROBLEM
INVALID_DN_SYNTAX
ALIAS_DEREFERENCING_PROBLEM
- getMessage() - Method in exception com.rli.slapd.server.LDAPException
-
- getMessageType() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getMessageType() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getMetaData() - Method in class com.rli.util.djava.JDBCOperations
-
- getMetaDN() - Method in class com.rli.util.djava.VDSFunction
-
Get the meta DN
- GETMETADN_METHODENAME - Static variable in class com.rli.util.djava.VDSFunction
-
- getMetaNode() - Method in class com.rli.vds.util.InterceptParam
-
return current metanode for node having interception
- getModeName() - Method in enum com.rli.connectors.changeevent.ChangeMode
-
Returns a String representation of this enumeration.
- getModificationItem(String) - Method in class com.rli.vds.util.InterceptParam
-
ignore case.
- getModifications() - Method in class com.rli.vds.util.InterceptParam
-
- getName() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns the name of the attribute.
- getName() - Method in class com.rli.vds.util.InterceptParam
-
- getNames() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getNames(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getNames() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getNames(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getNewRDN() - Method in class com.rli.vds.util.InterceptParam
-
- getNullSafeValuesAsString(String) - Method in class com.rli.util.identityData.IdentityData
-
Returns the list of values associated with the specified attribute.
- getObjectclass() - Method in class com.rli.vds.util.InterceptParam
-
- getObjectclassattribute() - Method in class com.rli.vds.util.InterceptParam
-
Get objectclass as a multivalue attribute
- getObjectName() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getObjectName() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getObjectNames() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getObjectNames() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getOldDn() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the value of the "old_dn" attribute.
- getOp() - Method in class com.rli.slapd.server.LDAPModification
-
Returns the type of modification specified by this object.
- getOPcode(String) - Static method in class com.rli.slapd.server.LDAPModification
-
Convert OP String to int code
- getOpDirContext() - Method in class com.rli.slapd.server.LDAPModification
-
code as used in DirContext is different.
- getOperationID() - Method in class com.rli.vds.util.InterceptParam
-
operation id for current VDS request
- getOPstring(int) - Static method in class com.rli.slapd.server.LDAPModification
-
Convert OP code to String
- getOptions() - Method in class com.rli.slapd.server.LDAPAttribute
-
- getOpType() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the operation type (add value(s), replace value(s) or delete value(s)) for this patch operation.
- getOriginalLDAPModifications() - Method in class com.rli.vds.util.InterceptParam
-
- getOrxFilePathByOrxName(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the .orx file specified by orxName.
- getOrxFilePathByOrxName(String, boolean) - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the .orx file specified by orxName.
- getOutputcolumns() - Method in class com.rli.vds.util.InterceptParam
-
- getOutputfields() - Method in class com.rli.vds.util.InterceptParam
-
- getPageSize() - Method in class com.rli.vds.util.InterceptParam
-
Gets page size (used for SCIM2)
- getParameterForStatement(String, String) - Method in class com.rli.util.djava.JDBCOperations
-
- getParent(String) - Static method in class com.rli.slapd.server.LDAPDN
-
- getParentDN(List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Get the parent of each DN of the given list.
- getParentDN() - Method in class com.rli.slapd.server.LDAPDN
-
- getParentDN(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return the parent dn string for a given dn, the empty string is the root
representation
- getParentDNstr(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the parent DN of the given DN.
- getParentDNstr_UsingDN(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the parent DN of the given DN.
- getParentDNString() - Method in class com.rli.slapd.server.LDAPDN
-
- getParentRdnValues(String) - Method in class com.rli.util.djava.VDSFunction
-
Extract parent rdn values from entry DN.
- getPassword() - Method in class com.rli.vds.util.InterceptParam
-
password of remote VDS client
- getPatchOperations() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns the list of patch operations for this ChangeEvent.
- getPatchOperationsByAttributeMap() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Returns a map, organized by attribute name, representing the current patch operations for this ChangeEvent.
- getPatchOpTypeFromString(String) - Static method in enum com.rli.util.identityData.PatchOpType
-
Returns an instance of PatchOpType corresponding to the specified String value.
- getPrimaryIdentityUrl() - Method in class com.rli.util.djava.VDSFunction
-
- GETPRIMARYIDENTITYURL_METHODENAME - Static variable in class com.rli.util.djava.VDSFunction
-
- getPrincipalname() - Method in class com.rli.vds.util.InterceptParam
-
- getPrintValues() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getPrintValues() - Method in class com.rli.synsvcs.etl.XmlOp
-
- getRDN(List<String>, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Get the specified RDN in the given list of DN.
- getRDN() - Method in class com.rli.slapd.server.LDAPDN
-
- getRDN(int) - Method in class com.rli.slapd.server.LDAPDN
-
- getRdn(String) - Static method in class com.rli.slapd.server.LDAPDN
-
- getRDN(String) - Static method in class com.rli.util.djava.ScriptHelper
-
return the rdn string for a given dn, the empty string is the root
representation
- getRdnAttrAndValueStr(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the RDN for the given DN.
- getRdnAttrAndValueStr_UnJndi(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the RDN for the given DN.
- getRdnAttributesFromRdnValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
This method splits the values found in the given RDN value based on
whitespace and removes any value found between brackets.
Given an RDN value that has format 'value1 value2 value3 {value4}'
returns an array of strings containing ["value1", "value2", value3"].
- getRdnIdValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the value of the RDN (after the '=' sign) for the given DN.
- getRdnIdValue(String, boolean) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the value of the RDN (after the '=' sign) for the given DN.
- getRdnName(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the the attribute portion (before the '=' sign) of the RDN for
the specified DN.
- getRDNName(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Extract Rdn Name from DN, taking care of escaped commas
- getRDNRange(List<String>, int, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves the range of elements from the startIndex to the endIndex (inclusive) found in the RDN array.
- getRDNs() - Method in class com.rli.slapd.server.LDAPDN
-
- getRDNString() - Method in class com.rli.slapd.server.LDAPDN
-
- getRdnValue(List<String>, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Get the specified RDN value from the given list of DN.
- getRdnValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the value of the RDN (after the '=' sign) for the given DN.
- getRdnValue(String, boolean) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the value of the RDN (after the '=' sign) for the given DN.
- getRDNValue(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Extract Rdn Value from DN, taking care of escaped commas
- getRdnValueRange(List<String>, int, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves the range of elements from the startIndex to the endIndex (inclusive) found in the RDN values array.
- getRealDN(String) - Method in class com.rli.util.djava.LDAPClient
-
Function to get the RealDN, represented by the Virtual DN, from underlying LDAP directory.
- getResultcount() - Method in class com.rli.vds.util.InterceptParam
-
- getResultSet() - Method in class com.rli.vds.util.InterceptParam
-
- getResultSet_Object() - Method in class com.rli.vds.util.InterceptParam
-
Resultset could be a List or NamingEnumeration
- getRliGuid() - Static method in class com.rli.util.djava.ScriptHelper
-
- getRliSentence(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Use verb attribute stored in meta.
- getSafeCopyListValueString() - Method in class com.rli.slapd.server.LDAPAttribute
-
return values as a (safe) copied list of String - useful for modifying the values while enumerating them or to safely modify them without affecting the attribute itself
- getSaslmechanism() - Method in class com.rli.vds.util.InterceptParam
-
- getScope() - Method in class com.rli.vds.util.InterceptParam
-
LDAP: scope to be sent to backend, RDBMS/CUSTOM: scope for current virtual
query
- getScopeInt(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- getScopeInt() - Method in class com.rli.vds.util.InterceptParam
-
LDAP: scope to be sent to backend, RDBMS/CUSTOM: scope for current virtual
query
- getScopeStr(int) - Static method in class com.rli.util.djava.ScriptHelper
-
return scope string for int value.
- getScriptname() - Method in class com.rli.vds.util.InterceptParam
-
- getSentence(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Translate a DN into a sentence
- getSentence(String, RliSentenceType) - Static method in class com.rli.util.djava.ScriptHelper
-
Use verb attribute stored in meta.
- getServiceparameter() - Method in class com.rli.vds.util.InterceptParam
-
- getServiceparameterValue(String) - Method in class com.rli.vds.util.InterceptParam
-
- getSizelimit() - Method in class com.rli.vds.util.InterceptParam
-
size limit to be sent to backend
- getSoDvxFilePathByOrxName(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.VDSFileUtils
-
Returns the full path to the .dvx view file with the name so_
orxName.
- getSqlCmdWithParameterValues(String, List) - Static method in class com.rli.util.djava.JDBCOperations
-
return full SQL command with attribute values provided.
- getStatus() - Method in class com.rli.vds.util.InterceptParam
-
- getStringGUIDForDn(String, String) - Method in class com.rli.util.djava.VDSFunction
-
- getStringValue(int) - Method in class com.rli.slapd.server.LDAPAttribute
-
- getStringValue() - Method in enum com.rli.util.identityData.PatchOpType
-
Returns the lower case string value for current operation type.
- getStringValueArray() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns the values of the attribute as an array of String
objects.
- getStringValueArray(boolean) - Method in class com.rli.slapd.server.LDAPAttribute
-
- getStringValues() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns an enumerator for the string values of an attribute.
- getSubAttributeName() - Method in class com.rli.util.identityData.IdentityAttributePath
-
Returns the sub-attribute name for this attribute path.
- getSubAttributeValues(ChangeEvent, String, String) - Static method in class com.rli.connectors.changeevent.ComplexValueUtils
-
Returns the values for the sub-attribute of the given complex attribute inside the ChangeEvent.
- getSubAttributeValues(ChangeEvent, String, String, Predicate<ComplexValue>) - Static method in class com.rli.connectors.changeevent.ComplexValueUtils
-
Returns the values that match the complex value filter for the sub-attribute of the given complex
attribute inside the ChangeEvent.
- getSubjectAlternativeNames(X509Certificate, Integer) - Static method in class com.rli.util.djava.ScriptHelper
-
- getSubMap(Map, List, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
return sub map of a map having a list of keys, if sub attributes are the only
one in orignal map, return original map.
- getSubMapKAttrNameVStrOrListValues(SearchResult, List) - Static method in class com.rli.util.djava.ScriptHelper
-
return sub map of a map having a list of keys extracted from entry
- getSubMapKAttrNameVStrOrListValues(SearchResult, List, Map) - Static method in class com.rli.util.djava.ScriptHelper
-
return sub map of a map having a list of keys extracted from entry
- getSubtypes(String) - Static method in class com.rli.slapd.server.LDAPAttribute
-
Extracts the subtypes from the specified attribute name.
- getSubtypes() - Method in class com.rli.slapd.server.LDAPAttribute
-
Extracts the subtypes from the attribute name of the current
LDAPAttribute object.
- getSuperiorDN() - Method in class com.rli.vds.util.InterceptParam
-
- getSystemExpirationDate() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- getTimelimit() - Method in class com.rli.vds.util.InterceptParam
-
time limit in second to be sent to backend
- getTransactionIsolation() - Method in class com.rli.util.djava.JDBCOperations
-
- getType() - Method in class com.rli.slapd.server.LDAPRDN
-
Returns the attribute type of the DN component.
- getType(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getType(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
Returns the data type of the specified attribute name.
- getType(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getType(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getTypename() - Method in class com.rli.vds.util.InterceptParam
-
- getTypeParameterDefaultValue(VDSFunction.TypeParameter) - Method in class com.rli.util.djava.VDSFunction
-
- getTypeParameterDescription(VDSFunction.TypeParameter) - Method in class com.rli.util.djava.VDSFunction
-
return description for type parameter.
- getTypeParameterValues(VDSFunction.TypeParameter) - Method in class com.rli.util.djava.VDSFunction
-
Return values allowed for parameter.
- getUrl() - Method in class com.rli.util.djava.VDSFunction
-
get the instance URL of the virtualized backend
- GETURL_METHODENAME - Static variable in class com.rli.util.djava.VDSFunction
-
- getUserid() - Method in class com.rli.vds.util.InterceptParam
-
username of remote VDS client
- getUUIDfromDN() - Method in class com.rli.util.djava.VDSFunction
-
Creates UUID from DN value.
- getValue() - Method in class com.rli.slapd.server.LDAPRDN
-
Returns the value of the DN component.
- getValue(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValue(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValue(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValue(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValueContainedRespectCase(Collection, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return value as contained in the list using a key value ignoring case.
- getValueIgnoreCase(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValueIgnoreCase(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValueInMapIgnoreCase(Map, String) - Static method in class com.rli.util.djava.ScriptHelper
-
find value in map ignoring case
- getValues(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValues(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValuesAsString(String) - Method in class com.rli.util.identityData.ComplexValue
-
Returns the list of values for the specified attribute, or null if the attribute
does not exist.
- getValuesAsString(String) - Method in class com.rli.util.identityData.IdentityData
-
Returns the list of values associated with the specified attribute.
- getValuesAsString(IdentityData, IdentityAttributePath) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Returns the list of values found inside the identity data object at the specified attribute path.
- getValuesAsString() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Returns the list of values for this patch operation.
- getValuesFromMap(String, PatchOpType, Map<String, Map<PatchOpType, IdentityPatchOperation>>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Returns the list of values found inside the specified map, based on the given attribute name and patch
operation type.
- getValuesIgnoreCase(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValuesIgnoreCase(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValuesInString(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValuesInString(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- getValuesInString(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getValuesInString(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- getVdapIrl() - Method in class com.rli.vds.util.InterceptParam
-
return VDAP url object, allow an easy manipulation of the String command.
- getVirtualBaseDn() - Method in class com.rli.vds.util.InterceptParam
-
- globalCache - Class in com.rli.util.djava
-
- globalCache(int, int) - Constructor for class com.rli.util.djava.globalCache
-
- GRAPHAPI_CLASS - Static variable in class com.rli.util.RLIConstants
-
- GREATER - Static variable in class com.rli.util.RLIConstants
-
- GREATER_EQUAL - Static variable in class com.rli.util.RLIConstants
-
- groupDNprefix - Static variable in class com.rli.ldapclient.LDAPOperations2
-
LookUpGroupmembersDN : specialized LookupCondition returning list of dn of entries found
For each entry that is a group insert 'groupdn:' in front of the dn found .
- ID - Static variable in class com.rli.util.RLIConstants
-
- IdentityAttributePath - Class in com.rli.util.identityData
-
An attribute path is an attribute selector: it provides a way to selectively target specific attributes in an
IdentityData object.
- IdentityAttributePath(SCIMPath) - Constructor for class com.rli.util.identityData.IdentityAttributePath
-
- IdentityData - Class in com.rli.util.identityData
-
This class represents a set of attributes and their corresponding value(s) for one specific identity or entry.
- IdentityData() - Constructor for class com.rli.util.identityData.IdentityData
-
- IdentityDataException - Exception in com.rli.util.identityData
-
Generic exception class for exceptions that occur during the processing of objects from the com.rli.util.identityData
package.
- IdentityDataException(String) - Constructor for exception com.rli.util.identityData.IdentityDataException
-
- IdentityDataException(String, Throwable) - Constructor for exception com.rli.util.identityData.IdentityDataException
-
- IdentityDataException(Throwable) - Constructor for exception com.rli.util.identityData.IdentityDataException
-
- IdentityDataParser - Class in com.rli.util.identityData
-
- IdentityDataParser(IdentityData) - Constructor for class com.rli.util.identityData.IdentityDataParser
-
- IdentityDataUtils - Class in com.rli.util.identityData
-
This class provides a set of helper methods that work with
IdentityData objects.
- IdentityFilter - Class in com.rli.util.identityData
-
An IdentityFilter is a class that is used to represent filters that can be applied or matched against IdentityData
attributes and their values.
- IdentityFilter(SCIM2Filter) - Constructor for class com.rli.util.identityData.IdentityFilter
-
- IdentityMapper - Class in com.rli.util.identityData
-
- IdentityMapper() - Constructor for class com.rli.util.identityData.IdentityMapper
-
- IdentityPatch - Class in com.rli.util.identityData
-
The IdentityPatch class is a simple wrapper class that manages a list of patch operations (modifications such as
add/replace/remove on attributes and their associated values).
- IdentityPatch() - Constructor for class com.rli.util.identityData.IdentityPatch
-
Creates a new IdentityPatch instance with an empty list of patch operations.
- IdentityPatch(List<IdentityPatchOperation>) - Constructor for class com.rli.util.identityData.IdentityPatch
-
Creates a new IdentityPatch instance initialized with the specified list of patch operations.
- IdentityPatchOperation - Class in com.rli.util.identityData
-
This abstract base class represents a granular operation or change (add value(s), replace value(s), or remove value(s))
on a specific attribute.
- IGNORE_CASE - Static variable in class com.rli.util.StringOperations
-
- IGNORE_CASE_NONE - Static variable in class com.rli.util.StringOperations
-
- importXML(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- importXML(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- importXML(InputStream) - Method in class com.rli.synsvcs.etl.XmlOp
-
- INAPPROPRIATE_AUTHENTICATION - Static variable in exception com.rli.slapd.server.LDAPException
-
(48) The authentication presented to the server is inappropriate.
- INAPPROPRIATE_MATCHING - Static variable in exception com.rli.slapd.server.LDAPException
-
(18) An inappropriate type of matching was used.
- INCREMENT - Static variable in class com.rli.slapd.server.LDAPModification
-
- INDEX_RANGE_ERROR - Static variable in exception com.rli.slapd.server.LDAPException
-
(61) An index range error occurred.
- indexOf(String, String) - Static method in class com.rli.util.StringOperations
-
ignore case indexof
- indexOf(String, String, int) - Static method in class com.rli.util.StringOperations
-
ignore case indexof
- indexOfNotEscaped(String, char) - Static method in class com.rli.util.StringOperations
-
return index of char not escaped
- indexOfNotEscaped(String, char, int) - Static method in class com.rli.util.StringOperations
-
return index of char not escaped
- indexOfNotQuoted(String, String, char, int, boolean) - Static method in class com.rli.util.StringOperations
-
return index of string not quoted
- indexOfRedo(String, String, int) - Static method in class com.rli.util.StringOperations
-
return index of searched string after doing nb Occurs
- indexOfRedo(String, String, int, int) - Static method in class com.rli.util.StringOperations
-
return index of searched string after doing nb Occurs
- indexOfStr(Collection, String) - Static method in class com.rli.util.djava.ScriptHelper
-
find key in collection
- indexOfStr(Collection, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
find key in collection
- indexOfStrIgnoreCase(Collection, String) - Static method in class com.rli.util.djava.ScriptHelper
-
find key in collection ignoring case.
- INITIAL_CONTEXT_FACTORY - Static variable in class com.rli.util.RLIConstants
-
- initializeConnection() - Method in class com.rli.util.djava.JDBCOperations
-
- INSERT - Static variable in class com.rli.util.RLIConstants
-
- insert(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedEntry
-
The function to implement insert operation.
- insert(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedEntry2
-
The function to implement insert operation.
- insert(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedInterception
-
The function to implement insert operation.
- insert(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedInterception2
-
'insert' operation associated with 'On Add' event Status, errorcode and
other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Add operation will be
executed after returning from the script
- insertEntry(String) - Method in class com.rli.util.djava.ScriptHelper
-
Insert entry pointed by given vdap-url.
- inStr(String, String, int) - Static method in class com.rli.util.StringOperations
-
- INSUFFICIENT_ACCESS_RIGHTS - Static variable in exception com.rli.slapd.server.LDAPException
-
(50) The client is authenticated as a user who does not have the
access privileges to perform this operation.
- INT - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- INTEGER - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- InterceptParam - Class in com.rli.vds.util
-
- InterceptParam() - Constructor for class com.rli.vds.util.InterceptParam
-
- InterceptParam(String) - Constructor for class com.rli.vds.util.InterceptParam
-
- INVALID_ATTRIBUTE_SYNTAX - Static variable in exception com.rli.slapd.server.LDAPException
-
(21) The request contains invalid syntax.
- INVALID_CREDENTIALS - Static variable in exception com.rli.slapd.server.LDAPException
-
(49) The credentials presented to the server for authentication
are not valid.
- INVALID_DN_SYNTAX - Static variable in exception com.rli.slapd.server.LDAPException
-
(34) The specified distinguished name (DN) uses invalid syntax.
- invoke(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedEntry
-
The function to implement invoke operation.
- invoke(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedEntry2
-
The function to implement invoke operation.
- invoke(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedInterception
-
The function to implement invoke operation.
- invoke(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedInterception2
-
The function to implement invoke operation.
- IS_FROM_UPLOAD_KEY - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-
The JSON attribute name for the field which indicates if this ChangeEvent was created during an Upload
operation.
- IS_LEAF - Static variable in exception com.rli.slapd.server.LDAPException
-
(35) The specified entry is a "leaf" entry (it has no entries
beneath it in the directory tree).
- IS_USING_CACHE_REFRESH_WITH_DB - Static variable in class com.rli.util.RLIConstants
-
- IS_USING_OPTIMIZE_SEARCH2 - Static variable in class com.rli.util.RLIConstants
-
- isAddAuthorized(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI before executing a Delete operation.
- isAllNotEmpty(String...) - Static method in class com.rli.util.djava.ScriptHelper
-
Examples: isAllNotEmpty("1","2"); isAllNotEmpty("1", "");
- isArrayContainsStrIgnoreCase(String[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if list contains strToFind, ignoring case.
- isAsciiPrintable(String) - Static method in class com.rli.util.StringOperations
-
- isAttributeRequested(String[], String) - Static method in class com.rli.util.djava.ScriptHelper
-
- isAttributeValueComplex(String) - Method in class com.rli.util.identityData.IdentityData
-
Indicates whether the specified attribute contains a ComplexValue value.
- isAttributeValuesComplex(IdentityData, IdentityAttributePath) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the values found inside the identity data object at the specified attribute path are complex
values.
- isCompareAuthorized(String, String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI before executing a Compare operation.
- isCompoundObjectCloned() - Method in class com.rli.vds.util.InterceptParam
-
compound object was cloned in interception/custom script.
- isConnected() - Method in class com.rli.util.djava.JDBCOperations
-
- isConnectionError(Exception) - Static method in class com.rli.util.djava.JDBCOperations
-
- isConnectionErrorWithCause(Exception) - Static method in class com.rli.util.djava.JDBCOperations
-
- isConnectionStringChanged() - Method in class com.rli.vds.util.InterceptParam
-
- isDeleteAuthorized(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI before executing a Delete operation.
- isDeleteOldRDN() - Method in class com.rli.vds.util.InterceptParam
-
- isDescendantOf(LDAPDN) - Method in class com.rli.slapd.server.LDAPDN
-
- isDescendantOf(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns true if the DN specified in the first argument is a
descendant of the DN specified in second argument.
- isDigit(String) - Static method in class com.rli.util.StringOperations
-
- isDN(String) - Static method in class com.rli.slapd.server.LDAPDN
-
Determines if the given string is an distinguished name or
not.
- isDN(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Indicates if the given String is a distinguished name.
- isDuplicatedAllowed - Variable in class com.rli.slapd.server.LDAPAttribute
-
- isDuplicatedAllowed() - Method in class com.rli.slapd.server.LDAPAttribute
-
- isEmpty(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(BasicOperation) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true, if array is null, or empty
- isEmpty(Object[]) - Static method in class com.rli.util.djava.ScriptHelper
-
/** return true, if array is null, or empty, or every elemt is null
- isEmpty(String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return true, if array is null, or empty, or every elemt is null or empty("")
- isEmpty(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
true if list is null or empty
- isEmpty(Map) - Static method in class com.rli.util.djava.ScriptHelper
-
true if map is null or empty
- isEmpty(Iterable) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(Attributes) - Static method in class com.rli.util.djava.ScriptHelper
-
support null value
- isEmpty(NamingEnumeration) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(AttributesEnumeration) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty(VDQueryGroup) - Static method in class com.rli.util.djava.ScriptHelper
-
- isEmpty() - Method in class com.rli.util.identityData.IdentityFilter
-
Indicates whether this filter is empty or has not been set.
- isEmpty() - Method in class com.rli.util.identityData.IdentityPatch
-
Indicates whether the list of patch operations managed by this class is empty.
- isEmptyPatchOperations() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Indicates whether the list of patch operations for this ChangeEvent is empty.
- isFilterContains(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- isFilterContains(String, String, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
Detects if the search filter part of the url contains the 'attr' attribute
and if pvalue is not null check if the attribute value contains pvalue
- isForOracleAdministration() - Method in class com.rli.util.djava.JDBCOperations
-
- isFromUpload() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Represents if this ChangeEvent was created as part of an Upload operation.
- isHexChar(char) - Static method in class com.rli.util.djava.ScriptHelper
-
- isJavaUuid(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Determines if s is formed by using java.util.UUID.randomUUID().toString().
- isLeter(String) - Static method in class com.rli.util.StringOperations
-
- isLeterOrDigit(String) - Static method in class com.rli.util.StringOperations
-
- isLeterOrDigit(char) - Static method in class com.rli.util.StringOperations
-
- isListContainingListValues(Collection) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if one or more values from the Collection is a Collection
- isListContainsStrIgnoreCase(List, String) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if list contains strToFind, ignoring case.
- isListEqualIgnoreCaseAndOrder(List<String>, List<String>) - Static method in class com.rli.util.identityData.IdentityDataUtils
-
Indicates whether the two lists are equal (same number of elements), ignoring element order, and ignoring case.
- isMapContainingListValues(Map) - Static method in class com.rli.util.djava.ScriptHelper
-
return true if one or more values from the map values is a Collection
- isMemberOf(String, String, String) - Method in class com.rli.util.djava.ScriptHelper
-
Check if a user is member of a group
- isModifyAuthorized(String, String, String, Vector) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI before executing a Modify operation.Function may be called from a
Global interception script Example of call : isAuthorized=isModifyAuthorized
(prop.getUserid(),prop.getDn(),prop.getClientIP (),prop.getModifications());
- isModifyRDNAuthorized(String, String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI before executing a ModifyRdn operation.
- isMultiValued() - Method in class com.rli.slapd.server.LDAPAttribute
-
more than one value
- isNoLogging() - Method in class com.rli.util.djava.JDBCOperations
-
- isNoLogging() - Method in class com.rli.vds.util.InterceptParam
-
- isNotEmpty(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- isNullDN() - Method in class com.rli.slapd.server.LDAPDN
-
- isPrintable(byte[]) - Static method in class com.rli.slapd.server.LDAPAttribute
-
Returns true if all the bytes in the given array are valid for output as
a String according to the LDIF specification.
- isPrintableChar(char) - Static method in class com.rli.util.StringOperations
-
- isPrintableString(String) - Static method in class com.rli.util.StringOperations
-
- isQuoteRequired(String) - Static method in class com.rli.util.StringOperations
-
- isQuoteRequired(String, int) - Static method in class com.rli.util.StringOperations
-
- isRangedAttribute() - Method in class com.rli.slapd.server.LDAPAttribute
-
- isRDN(String) - Static method in class com.rli.slapd.server.LDAPRDN
-
Determines if the specified string is a distinguished name component.
- isRDN() - Method in class com.rli.slapd.server.LDAPRDN
-
- isRDNContains(String, String) - Method in class com.rli.util.djava.ScriptHelper
-
Detects if rdn contains "-" character.
- isSearchResultAuthorized(String, String, String, LDAPEntry) - Static method in class com.rli.util.djava.ScriptHelper
-
Check ACI after executing a Search operation.
- isSecure() - Method in class com.rli.vds.util.InterceptParam
-
return backend secure mode.
- isSimple() - Method in class com.rli.util.identityData.IdentityAttributePath
-
Indicates whether this attribute path is simple.
- isSimpleBind(String) - Static method in class com.rli.ldapclient.LDAPOperations2
-
- isStandalone() - Static method in class com.rli.ldapclient.LDAPOperations2
-
- isString(int) - Method in class com.rli.slapd.server.LDAPAttribute
-
return true if attribute found as index was inserted as a string
- isSubEntry(String, String[], boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
- isTypeParameterOptional(VDSFunction.TypeParameter) - Static method in class com.rli.util.djava.VDSFunction
-
Return true if parameter is optional in function.
- isTypeParameterValid(VDSFunction.TypeParameter, String) - Method in class com.rli.util.djava.VDSFunction
-
Return true if value is valid for current parameter type.
- isValidLdapAttributeName(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- isValidUTF8(byte[]) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- isValueComplex() - Method in class com.rli.util.identityData.IdentityPatchOperation
-
Indicates whether this patch operation is using complex values.
- isValueDuplicate(Object[]) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- isValueDuplicate(Object[], boolean) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- isValueDuplicateIgnoreCase(Object[]) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- iterator() - Method in class com.rli.util.identityData.IdentityPatch
-
Returns an iterator over the patch operations list managed by this class in proper sequence.
- lastIndexOfNotEscaped(String, char) - Static method in class com.rli.util.StringOperations
-
return last index of char not escaped
- lastIndexOfNotEscaped(String, char, int) - Static method in class com.rli.util.StringOperations
-
return last index of char not escaped
- lastInstance() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- lastInstance() - Method in class com.rli.synsvcs.etl.XmlOp
-
- lastValue(Attribute) - Static method in class com.rli.util.djava.VDSFunction
-
Returns last value from the attribute values.
- LDAP_META_CHAR - Static variable in class com.rli.util.RLIConstants
-
- LDAP_MULTI_ENTRIES - Static variable in class com.rli.util.djava.ScriptHelper
-
- LDAP_MULTI_ENTRIES_ATTR - Static variable in class com.rli.util.djava.ScriptHelper
-
- LDAP_MULTI_ENTRIES_ATTR_ZIP - Static variable in class com.rli.util.djava.ScriptHelper
-
- LDAP_MULTIENTRIES_OBJECTCLASS - Static variable in class com.rli.util.djava.ScriptHelper
-
- LDAP_NOT_SUPPORTED - Static variable in exception com.rli.slapd.server.LDAPException
-
(92) The request is not supported by this version of the LDAP protocol.
- LDAP_PARTIAL_RESULTS - Static variable in exception com.rli.slapd.server.LDAPException
-
(9) The LDAP server is referring your client to another
LDAP server.
- LDAP_TIMEOUT - Static variable in exception com.rli.slapd.server.LDAPException
-
(85) The operation could not be completed within the
maximum time limit.
- LDAP_URL_PREFIX_WITH_DOUBLE_SLASH - Static variable in class com.rli.util.RLIConstants
-
- LDAPAttribute - Class in com.rli.slapd.server
-
Represents the name and values of an attribute in an entry.
- LDAPAttribute(LDAPAttribute) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute from another existing attribute.
- LDAPAttribute(String) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute with no values.
- LDAPAttribute(String, boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, byte[]) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute with a byte-formatted value.
- LDAPAttribute(String, byte[][]) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute with a byte-formatted value.
- LDAPAttribute(String, byte[], boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, String) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute that has a single string value.
- LDAPAttribute(String, String, boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, Object[]) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, Object[], boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, List<String>) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
constructor with String
- LDAPAttribute(String, Collection<byte[]>) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
constructor with byte[]
- LDAPAttribute(String, Vector<byte[]>, boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(String, String[]) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute that has an array of string values.
- LDAPAttribute(String, String[], boolean) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
- LDAPAttribute(BERElement) - Constructor for class com.rli.slapd.server.LDAPAttribute
-
Constructs an attribute from a BER (Basic Encoding Rules) element.
- LDAPAttributeSet - Class in com.rli.slapd.server
-
Represents a set of attributes (for example, the set of attributes
in an entry).
- LDAPAttributeSet() - Constructor for class com.rli.slapd.server.LDAPAttributeSet
-
Constructs a new set of attributes.
- LDAPAttributeSet(LDAPAttribute[]) - Constructor for class com.rli.slapd.server.LDAPAttributeSet
-
Constructs an attribute set.
- LDAPClient - Class in com.rli.util.djava
-
Helper class for LDAP related processing from dynamic java script.
- LDAPClient() - Constructor for class com.rli.util.djava.LDAPClient
-
Constructor.
- LDAPControl2String(LDAPControl) - Static method in class com.rli.util.djava.ScriptHelper
-
- LDAPControls2String(LDAPControl[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- LDAPDN - Class in com.rli.slapd.server
-
- LDAPDN() - Constructor for class com.rli.slapd.server.LDAPDN
-
Constructs an empty LDAPDN object.
- LDAPDN(String) - Constructor for class com.rli.slapd.server.LDAPDN
-
Constructs a LDAPDN object from the specified
distinguished name.
- LDAPEntry - Class in com.rli.slapd.server
-
- LDAPEntry() - Constructor for class com.rli.slapd.server.LDAPEntry
-
Constructs an empty entry.
- LDAPEntry(String) - Constructor for class com.rli.slapd.server.LDAPEntry
-
Constructs a new entry with the specified distinguished name and with an
empty attribute set.
- LDAPEntry(String, LDAPAttributeSet) - Constructor for class com.rli.slapd.server.LDAPEntry
-
Constructs a new entry with the specified distinguished name and set of
attributes.
- LDAPEnumeration - Interface in com.rli.ldapclient
-
Enumeration that allows traversal of a set of LDAP search results.
- LDAPException - Exception in com.rli.slapd.server
-
- LDAPException() - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with no specific error information.
- LDAPException(Exception) - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with OPERATION_ERROR and msg from exception.
- LDAPException(Exception, int) - Constructor for exception com.rli.slapd.server.LDAPException
-
- LDAPException(String) - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with a specified string of
additional information.
- LDAPException(String, int) - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with a result code and
a specified string of additional information.
- LDAPException(String, int, String) - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with a result code, a specified
string of additional information, and a string containing
information passed back from the server.
- LDAPException(String, int, String, String) - Constructor for exception com.rli.slapd.server.LDAPException
-
Constructs a default exception with a result code, a specified
string of additional information, a string containing
information passed back from the server, and the DN of the
closest matching entry, if the exception was thrown because
an entry could not be found (for example, if cn=Babs Jensen,
ou=People, c=Airius.com could not be found but
ou=People, c=Airius.com is a valid directory entry,
the "matched DN" is ou=People, c=Airius.com.
- LDAPException2JNDI(LDAPException) - Static method in exception com.rli.slapd.server.LDAPException
-
convert ldap exception to jndi exception
- LDAPModification - Class in com.rli.slapd.server
-
Specifies changes to be made to the values of an attribute.
- LDAPModification(int, LDAPAttribute) - Constructor for class com.rli.slapd.server.LDAPModification
-
Specifies a modification to be made to an attribute.
- LDAPModification(LDAPModification) - Constructor for class com.rli.slapd.server.LDAPModification
-
clone constuctor
- LDAPOperations2 - Class in com.rli.ldapclient
-
RLI Ldap client
- LDAPOperations2() - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPOperations2(Logger) - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPOperations2(String) - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPOperations2(String, String, String) - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPOperations2(ConnString2) - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPOperations2(VDQuery) - Constructor for class com.rli.ldapclient.LDAPOperations2
-
- LDAPRDN - Class in com.rli.slapd.server
-
Objects of this class represent the components of a distinguished
name (DN).
- LDAPS_URL_PREFIX_WITH_DOUBLE_SLASH - Static variable in class com.rli.util.RLIConstants
-
- ldapSearch(String, String, String) - Method in class com.rli.util.djava.LDAPClient
-
Search into LDAP and return the XMLOperation object.
- ldapSearch(String, String, String, String, String, String, String, String, String) - Method in class com.rli.util.djava.LDAPClient
-
Search into LDAP and return the XMLOperation object.
- LDAPtoJNDI(Collection<LDAPEntry>) - Static method in class com.rli.util.djava.ScriptHelper
-
Translates an LDAPEntry representation into a JNDI entry representation
(SearchResult)
- LDAPtoJNDI(LDAPEntry) - Static method in class com.rli.util.djava.ScriptHelper
-
Translates an LDAPEntry representation into a JNDI entry representation
(SearchResult)
- LDAPtoJNDI(LDAPEntry, SearchResult) - Static method in class com.rli.util.djava.ScriptHelper
-
Translates an LDAPEntry representation into a JNDI entry representation
(SearchResult)
- ldapToSqlFilter(String, int) - Static method in class com.rli.util.djava.ScriptHelper
-
convert LDAP filter to SQL filter.
- left(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Get the left part of a String up to a given separator
- left(String, int) - Static method in class com.rli.util.djava.ScriptHelper
-
Get the nbchars first charaters of a String
- left(String, int) - Static method in class com.rli.util.djava.VDSFunction
-
Leftmost characters of the replace string are returned.
- left(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Leftmost characters of the replace string are returned before the separator
string.
- leftTrim(String) - Static method in class com.rli.util.StringOperations
-
- LESS - Static variable in class com.rli.util.RLIConstants
-
- LESS_EQUAL - Static variable in class com.rli.util.RLIConstants
-
- LINE_SEPARATOR - Static variable in class com.rli.util.RLIConstants
-
- listAttributeNames() - Method in class com.rli.util.identityData.IdentityData
-
!!!Not public and subject to changes
list the attribute names that compose the message, the list is a deep copy of the keys' underlying data structure and can be modified independently
- loadClass(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
load class, try in current env.
- loadCustomClass(String) - Static method in class com.rli.util.djava.ScriptHelper
-
load custom class
- loadInterceptionClass(String) - Static method in class com.rli.util.djava.ScriptHelper
-
load interception class
- loadInterceptionCustomClass(String) - Static method in class com.rli.util.djava.ScriptHelper
-
load interception class from interception jar or custom jar.
- loadX509Certificate(byte[]) - Static method in class com.rli.util.djava.ScriptHelper
-
- log(Throwable) - Method in class com.rli.util.djava.JDBCOperations
-
- log(String, Throwable) - Method in class com.rli.util.djava.JDBCOperations
-
- log(String, int) - Method in class com.rli.util.djava.JDBCOperations
-
- logDebug(String) - Static method in class com.rli.util.djava.ScriptHelper
-
log debug msg
- logException(Throwable) - Static method in class com.rli.util.djava.ScriptHelper
-
- logException(String, Throwable) - Static method in class com.rli.util.djava.ScriptHelper
-
log exception
- logException(GenericLogger, Throwable) - Static method in class com.rli.util.djava.ScriptHelper
-
- logException(String) - Static method in class com.rli.util.djava.ScriptHelper
-
log error msg
- lookup(String) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Performs a base search for the specified entry and returns a single result.
- LookUp(String, String, String, String) - Method in class com.rli.util.djava.ScriptHelper
-
Lookup to use for translating id codes to friendly names i.e.
- lookup(String, String, int, String, String, int) - Method in class com.rli.util.djava.VDSFunction
-
execute a LDAP lookup and store value(s) in attribute returned.
- lookup(String) - Method in class com.rli.util.djava.VDSFunction
-
Execute a LDAP lookup and store value(s) in attribute returned.
- lookup(VDQuery) - Method in class com.rli.util.djava.VDSFunction
-
Execute a LDAP lookup and store value(s) in attribute returned.
- LookUpAssociation(String, String, String, String) - Method in class com.rli.util.djava.ScriptHelper
-
Lookup to use for getting associations i.e.
- lookUpAttribute(String, String, String, int, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- lookUpAttribute(String, String, String, String, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- lookUpAttribute(String, String, List<String>, int, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- lookUpAttribute(String, String, List<String>, String, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- lookUpAttribute(String, List<String>, List<String>, int, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search onto the named database with the parameters
entered.
- lookUpAttribute(String, List<String>, List<String>, String, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search onto the named database with the parameters
entered.
- lookUpAttribute(String, List<String>, String, int, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- lookUpAttribute(String, List<String>, String, String, String, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Perform a LDAP search for a single return attribute and returns the values for that attribute.
- LookUpCondition(String, String, int, String) - Method in class com.rli.ldapclient.LDAPOperations2
-
Lookup : get the values of an attribute from entries based on search
criteria.
- LookUpCondition(String, String, int, String, int, boolean) - Method in class com.rli.ldapclient.LDAPOperations2
-
Lookup : get the values of an attribute from entries based on search
criteria.
- LookUpCondition(String, String, String) - Method in class com.rli.util.djava.ScriptHelper
-
Lookup with search criteria
- lookupDN(String) - Method in class com.rli.util.djava.ScriptHelper
-
Locates and returns entry pointed by given url.
- lookupDN(VDAPUrl, int) - Method in class com.rli.util.djava.ScriptHelper
-
Locates and returns entry pointed by given url.
- lookupDN_Base(String) - Static method in class com.rli.util.djava.ScriptHelper
-
Performs a base search on a DN in the FID Server namespace.
- LookUpGroupmembersDN(String, String, String) - Method in class com.rli.ldapclient.LDAPOperations2
-
- LookUpVDS(String, String, int, String) - Method in class com.rli.ldapclient.LDAPOperations2
-
Lookup : get the values of an attribute from entries based on search criteria
- LOOP_DETECT - Static variable in exception com.rli.slapd.server.LDAPException
-
(54) A loop has been detected.
- lower(String) - Static method in class com.rli.util.djava.VDSFunction
-
Converts all of the characters in the replace string to lower case.
- lowercase(List<String>) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the value of each element in lower case.
- lowerCaseArray(String[]) - Static method in class com.rli.util.djava.ScriptHelper
-
return same array with values to lower case
- lowerCaseList(List) - Static method in class com.rli.util.djava.ScriptHelper
-
return same List with values to lower case
- randomAlpanumeric(int) - Static method in class com.rli.util.djava.VDSFunction
-
Creates a random string whose length is the number of characters specified.
- randomAlphabetic(int) - Static method in class com.rli.util.djava.VDSFunction
-
Creates a random string whose length is the number of characters specified.
- randomAscii(int) - Static method in class com.rli.util.djava.VDSFunction
-
Creates a random string whose length is the number of characters specified.
- randomNumeric(int) - Static method in class com.rli.util.djava.VDSFunction
-
Creates a random string whose length is the number of characters specified.
- randomUUID() - Static method in class com.rli.util.djava.VDSFunction
-
Creates a random UUID.
- rdn(String) - Static method in class com.rli.util.djava.VDSFunction
-
Returns the RDN part of a given dnAttribute.
- rdnBackslashDeNormalizer(String) - Static method in class com.rli.slapd.server.LDAPDN
-
- RDNKEY_BRACE - Static variable in class com.rli.util.RLIConstants
-
- rdnSpaceNormalizer(String) - Static method in class com.rli.slapd.server.LDAPDN
-
- rdnval(String) - Static method in class com.rli.util.djava.VDSFunction
-
Returns the RDN value of a given dnAttribute.
- rdnValueTrim(String) - Static method in class com.rli.util.StringOperations
-
Added[ZENG@12-23-2010]: to trim the value of rdn " ABC " --> "ABC" "\\ ABC"
--> "\\ ABC" " \\ ABC" --> "\\ ABC" "ABC\\ " --> "ABC\\ " "ABC\\ " --> "ABC\\
" " \\ ABC\\ \\ " --> "\\ ABC \\ \\ " To trim unprotected (based on LDAP)
leading and trailing spaces
- readblob(String, String) - Method in class com.rli.util.djava.JDBCOperations
-
- REFERRAL - Static variable in exception com.rli.slapd.server.LDAPException
-
(10) [LDAP v3] The server does not hold the requested entry.
- REFERRAL_LIMIT_EXCEEDED - Static variable in exception com.rli.slapd.server.LDAPException
-
(97) The number of sequential referrals (for example,
the client may be referred first from LDAP server A to
LDAP server B, then from LDAP server B to LDAP server C,
and so on) has exceeded the maximum number of referrals
(the LDAPv2.REFERRALS_HOP_LIMIT option).
- refinedSoundex(String) - Static method in class com.rli.util.djava.VDSFunction
-
Encodes a string into a Refined Soundex value.
- REFRESH_BASE_DN - Static variable in class com.rli.util.RLIConstants
-
- remapDN(List<String>, String, String, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
For each of the DN values to remap, extracts the RDN value and performs a
search on the specified data source using the specified scope and base
DN, with the following search filter: (attributeToLookup=RDN value).
- remapDN(List<String>, String, String, int, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
For each of the DN values to remap, extracts the RDN value and performs a
search on the specified data source using the specified scope and base
DN, with the following search filter: (attributeToLookup=RDN value).
- remapDN(List<String>, String, List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
For each of the DN values to remap, extracts the RDN value and performs a
search on the specified data source using the specified scope and base
DN, with the following search filter: (attributeToLookup=RDN value).
- remapDN(List<String>, String, List<String>, int, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
For each of the DN values to remap, extracts the RDN value and performs a
search on the specified data source using the specified scope and base
DN, with the following search filter: (attributeToLookup=RDN value).
- remapDN(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Re-map original DN attribute using a DN template.
- remapDN(String, String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Replace in the dn the old suffix (if present) to the new suffix.
- remapDN(String, String, String, int, String) - Method in class com.rli.util.djava.VDSFunction
-
The function will extract the rdn Value of the DN to remap, and will issue a
lookup.
- remapDNvalues(Attribute, Attribute, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- remapDNvalues(Attribute, Attribute, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- remapDNvalues(Attribute, Attribute, String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- remapDNvalues(Attribute, Attribute, ConnString2, String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- remove(String) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Removes the specified attribute from the set.
- remove(String) - Method in class com.rli.util.identityData.ComplexValue
-
Removes the specified attribute and its associated values from this ComplexValue.
- remove(String) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "remove attribute" patch operation for the specified attribute.
- remove(String, String) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "remove value" patch operation for the specified attribute.
- remove(String, List<String>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "remove value(s)" patch operation for the specified attribute.
- removeAround(String, String) - Static method in class com.rli.util.StringOperations
-
- removeAround(String, String, String) - Static method in class com.rli.util.StringOperations
-
- removeAroundStr(String, String, String) - Static method in class com.rli.util.StringOperations
-
- removeAttribute(String) - Method in class com.rli.util.identityData.IdentityData
-
Removes the specified attribute and any of its associated values from this IdentityData object.
- removeAttributeToInsert(String) - Method in class com.rli.vds.util.InterceptParam
-
remove attribute to insert.
- removeAttrValue(Attribute, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
remove attr value in attribute
- removeBinarySuffix(String) - Static method in class com.rli.util.djava.ScriptHelper
-
remove ";binary" suffix
- removeBracketArround(String) - Static method in class com.rli.util.StringOperations
-
remove bracket arround and trim() check that bracket could be removed before
removing.
- removeBracketsArroundWithException(String) - Static method in class com.rli.util.StringOperations
-
remove bracket arround and trim() check that bracket could be removed before
removing.
- removeChar(String, char) - Static method in class com.rli.util.StringOperations
-
- removeCharAfter(String, char) - Static method in class com.rli.util.StringOperations
-
return String after removing chars after last index of c To remove extension,
call removeCharAfter(s,'.');
- removeComplexValue(String, ComplexValue) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "remove complex value" patch operation for the specified attribute.
- removeComplexValues(String, List<ComplexValue>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "remove complex value(s)" patch operation for the specified attribute.
- removeEndChar(char, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.StringUtils
-
Returns a new String resulting from removing the character c
from the end of the String s.
- removeExtraBraces(String) - Static method in class com.rli.util.StringOperations
-
Removes extra braces from a string value.
- removeIdValueFromRdnValue(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Given an RDN value that has format 'value1 {value2}' returns 'value1'.
- removeInstance() - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- removeInstance() - Method in class com.rli.synsvcs.etl.XmlOp
-
- removeLDAPAttributeFromArray(LDAPAttribute[], List) - Static method in class com.rli.util.djava.ScriptHelper
-
remove LDAPAttribute from orignal array and returns a new array of
LDAPAttribute.
- removeLDAPModificationFromArray(LDAPModification[], LDAPModification[]) - Static method in class com.rli.util.djava.ScriptHelper
-
remove LDAPModification from orignal array and returns a new array of
LDAPModification.
- removeLDAPModificationFromArray(LDAPModification[], List) - Static method in class com.rli.util.djava.ScriptHelper
-
remove LDAPModification from orignal array and returns a new array of
LDAPModification.
- removeListFromListString(List<String>, List<String>) - Static method in class com.rli.util.djava.ScriptHelper
-
- removeModificationItem(String) - Method in class com.rli.vds.util.InterceptParam
-
remove attribute to modify.
- removePatchOperation(IdentityPatchOperation) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Removes the specified patch operation from the current list of patch operations for this ChangeEvent.
- removeSpacesFrom(String) - Static method in class com.rli.util.StringOperations
-
- removeSquareBloc(String) - Static method in class com.rli.tools.sync.cacherefresh.tools.StringUtils
-
Returns a new String resulting from removing anything between the first
occurence of an open bracket [ and a closing bracket ]
found inside the String s.
- removeStartChar(char, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.StringUtils
-
Returns a new String resulting from removing the character c
from the start of the String s.
- removeStartStr(String, String, boolean) - Static method in class com.rli.tools.sync.cacherefresh.tools.StringUtils
-
Returns a new String resulting from removing toRemove from
the start of the String str.
- removeSuffix(String, String) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
Returns the DN with the given suffix removed from the original DN (if it
is found).
- removeValue(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
Removes a string value from the attribute.
- removeValue(byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
Removes a string value from the attribute.
- removeValue(String, byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
- removeValueAllowDecodeB64(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
remove string, if base64binary, decode it before removeing.
- removeValueIgnoreCase(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
Removes a string value from the attribute.
- removeValueIgnoreCase(byte[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
Removes a value from the attribute by ignoring its case.
- removeValues(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- removeValues(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- removeValuesIgnoreCase(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- removeValuesIgnoreCase(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- renameAttribute(String, Attribute) - Static method in class com.rli.util.djava.ScriptHelper
-
will create a new object.
- renameAttribute(String, String) - Method in class com.rli.util.identityData.IdentityData
-
!!!Not public and subject to changes
rename the attribute to the provided new name and return any existing value if the new attribute name is already present
- renameModificationItem(String, ModificationItem) - Static method in class com.rli.util.djava.ScriptHelper
-
will create a new object
- replace(LDAPAttribute) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
replace existing attr (found by attr name) with new value.
- REPLACE - Static variable in class com.rli.slapd.server.LDAPModification
-
Specifies that a value should replace the existing value in an attribute.
- replace(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Replace in a string a
- replace(String, String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Replaces the first substring of the replace string that matches the given
regular expression pattern with the given replacement.
- replace(String, String) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "replace value" patch operation for the specified attribute.
- replace(String, List<String>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "replace value(s)" patch operation for the specified attribute.
- replace(String, String, String) - Static method in class com.rli.util.StringOperations
-
- replace(String, String, String, int) - Static method in class com.rli.util.StringOperations
-
- replace(String, int, int, String) - Static method in class com.rli.util.StringOperations
-
- replaceAll(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replace all occurrences in the list of the given value by another.
- replaceAll(String, String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Replaces each substring of the replace string that matches the given regular
expression pattern with the given replacement.
- replaceAll(String, String, String) - Static method in class com.rli.util.StringOperations
-
faster than String.replace(...)
- replaceAll(String, String, String, boolean) - Static method in class com.rli.util.StringOperations
-
faster than String.replace(...)
- replaceAll(String, Map) - Static method in class com.rli.util.StringOperations
-
faster than String.replace(...)
- replaceAllRegex(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replace all occurrences in the list of the given value by another.
- replaceChars(String, String, String) - Static method in class com.rli.util.djava.VDSFunction
-
This method is wrapper of org.apache.commons.lang.StringUtils.replaceChars
with one change: A null string input returns an empty ("") string.
- replaceColumnsByCount(String) - Static method in class com.rli.util.StringOperations
-
- replaceComplexValue(String, ComplexValue) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "replace complex value" patch operation for the specified attribute.
- replaceComplexValues(String, List<ComplexValue>) - Static method in class com.rli.util.identityData.IdentityPatchOperation
-
Creates a new "replace complex value(s)" patch operation for the specified attribute.
- replaceDnSuffix(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replaces a suffix in a DN with another suffix.
- replaceDNWithAttributesValue(String, AttributesEnumeration) - Static method in class com.rli.tools.sync.cacherefresh.tools.DnUtils
-
This method is used to populate parts of a DN based on variables
specified in a Map.
- replaceEmpty(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
If attribute is empty string ("") or null, returns replacement string;
otherwise, returns attribute.
- replaceFirst(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replace the first occurrence of the given value for each element of the
list by another.
- replaceFirst(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Replace the first occurence of a string by another one
- replaceFirstOccurenceListWithValue(String, List, String) - Static method in class com.rli.util.StringOperations
-
relace each value in the list for
- replaceFirstRegex(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replace the first occurrence of the given value for each element of the
list by another.
- replaceFromDictionary(List<String>, String, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Replace the values with their exact matches from the given file.
- replaceFromDictionary(String, String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Normalizes the non-standard attribute into standard attribute using
normalization file normalizedFileName which must be located in
RLI_HOME/vds/ontology/normalization directory.
- replaceFromDictionary(String, String, String, boolean) - Static method in class com.rli.util.djava.VDSFunction
-
- replaceignorecase(String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Replace in a string occurences of a string with another (case incensitive)
- replaceLast(String, String, String) - Static method in class com.rli.util.StringOperations
-
Replaces the last match in a String.
- replaceName(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- replaceName(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- replaceNull(String) - Static method in class com.rli.util.djava.VDSFunction
-
If attribute is null, returns empty string (""); otherwise, returns
attribute.
- replaceNull(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
If attribute is null, returns the replacement string; otherwise, returns
attribute.
- replaceParameters4AssociationURLs(String, Vector) - Static method in class com.rli.util.djava.ScriptHelper
-
Replaces value for parameters in assocition-url(s).
- replaceRecursively(String, String, String) - Static method in class com.rli.util.StringOperations
-
- replaceSpaceWith(String, String) - Static method in class com.rli.util.StringOperations
-
- replaceValue(String, String, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
Replaces value for given parameter.
- ReplaceValueBetweenPattern(String, String, String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
if the instring has a matching startpattern, and endpattern, change the
content between the 2 , with the newvalue provided
- replaceX(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Replaces each substring of the attribute values that matches the given
regular expression pattern with the given replacement.
- replaceXnull(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Replaces each substring of the attribute values that matches the given
regular expression pattern with the given replacement.
- requestADPassword(String, String, int, boolean, String, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
Get the AD password hash.
- requiresApprovals() - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- reSetConn() - Method in class com.rli.util.djava.JDBCOperations
-
- resetLastError() - Method in class com.rli.ldapclient.LDAPOperations2
-
- reverseString(String) - Static method in class com.rli.util.StringOperations
-
- right(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
Get the right part of a String after a given separator
- right(String, int) - Static method in class com.rli.util.djava.ScriptHelper
-
Get the nbchars last charaters of a String
- right(String, int) - Static method in class com.rli.util.djava.VDSFunction
-
Rightmost characters of the replace string are returned.
- right(String, String) - Static method in class com.rli.util.djava.VDSFunction
-
Rightmost characters of the replace string are returned after the separator
string.
- rightTrim(String) - Static method in class com.rli.util.StringOperations
-
- RLIConstants - Class in com.rli.util
-
- RLIConstants() - Constructor for class com.rli.util.RLIConstants
-
- robustQuote(String, int) - Static method in class com.rli.util.StringOperations
-
Quote s if :
s contains at least one "not word character" ( word char = [a-zA-Z0-9_]),
or s has both lower and upper letters,
or if there a special DB case (see isRobustQuoteRequired()).
- rollback() - Method in class com.rli.util.djava.JDBCOperations
-
- ROOTDSE - Static variable in class com.rli.util.RLIConstants
-
- ROOTDSE_DN - Static variable in class com.rli.util.RLIConstants
-
- samePassword(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
- SASL_BIND_IN_PROGRESS - Static variable in exception com.rli.slapd.server.LDAPException
-
(14) [LDAP v3] While authenticating your client
by using a SASL (Simple Authentication Security Layer)
mechanism, the server requires the client to send
a new SASL bind request (specifying the same SASL
mechanism) to continue the authentication process.
- SASLMECHANISM - Static variable in class com.rli.util.RLIConstants
-
- SCRIPT_PROP_ERROR_KEY_WORDS - Static variable in class com.rli.util.RLIConstants
-
- SCRIPT_PROP_PAGE_SIZE - Static variable in class com.rli.util.RLIConstants
-
- SCRIPT_PROP_RETRIES_ON_ERROR - Static variable in class com.rli.util.RLIConstants
-
- SCRIPT_PROP_RETRY_INTERVAL_ON_ERROR - Static variable in class com.rli.util.RLIConstants
-
- ScriptHelper - Class in com.rli.util.djava
-
- ScriptHelper() - Constructor for class com.rli.util.djava.ScriptHelper
-
Constructor.
- SCRIPTPROP - Static variable in class com.rli.util.RLIConstants
-
- search(String, String, int, String[], int) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Performs an LDAP search starting at the specified DN.
- search(String, String, String) - Method in class com.rli.util.djava.LDAPClient
-
Search into LDAP.
- search(String, String, String, String, String, String, String, String, String) - Method in class com.rli.util.djava.LDAPClient
-
Search into LDAP.
- searchADforchanges(String, String, String[], byte[]) - Method in class com.rli.ldapclient.LDAPOperations2
-
search AD for changes using ADDirSyncControl
- searchADforchanges(String, String, String[], byte[], int) - Method in class com.rli.ldapclient.LDAPOperations2
-
search AD for changes using ADDirSyncControl
- searchBase(String, String, String[]) - Static method in class com.rli.ldap.util.FIDOperationsClientUtil
-
Performs an LDAP base search for the specified DN and returns a single result.
- searchInternalVDS_Base(String) - Static method in class com.rli.ldapclient.LDAPOperations2
-
performs base search on vds
- searchInternalVDS_Base(String, String, String[]) - Static method in class com.rli.ldapclient.LDAPOperations2
-
performs base search on vds
- searchLDAPforchanges(String, String, String[], long, int) - Method in class com.rli.ldapclient.LDAPOperations2
-
search LDAP for changes using changelog
- searchWithoutPaging(String, int, String, String[], int) - Method in class com.rli.ldapclient.LDAPOperations2
-
search without paging
- searchWithPaging(String, int, String, String[], int) - Method in class com.rli.ldapclient.LDAPOperations2
-
search with paging
- SECURITY - Static variable in class com.rli.util.RLIConstants
-
- SELECT - Static variable in class com.rli.util.RLIConstants
-
- select(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedEntry
-
The function to implement search operation.
- select(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedEntry2
-
The function to implement search operation.
- select(XMLOperation, XMLOperation) - Method in interface com.rli.vds.util.UserDefinedInterception
-
The function to implement search operation.
- select(InterceptParam) - Method in interface com.rli.vds.util.UserDefinedInterception2
-
The function to implement search operation.
- SEMICOLON - Static variable in class com.rli.util.RLIConstants
-
- SENTENCE - Static variable in class com.rli.util.RLIConstants
-
- serialize(ChangeEvent, JsonGenerator, SerializerProvider) - Method in class com.rli.connectors.changeevent.ChangeEvent.ChangeEventSerializer
-
- serialVersionUID - Static variable in class com.rli.vds.util.InterceptParam
-
- SERVER_DOWN - Static variable in exception com.rli.slapd.server.LDAPException
-
(81) The LDAP server cannot be contacted.
- setAction(String) - Method in class com.rli.vds.util.InterceptParam
-
- setAdditionalProperty(String, Object) - Method in class com.rli.util.identityData.ComplexValue
-
This method is reserved for internal use.
- setAdditionalProperty(String, Object) - Method in class com.rli.util.identityData.IdentityData
-
- setApprovalConfiguration(ApprovalConfiguration) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- setAssociationurls(String) - Method in class com.rli.vds.util.InterceptParam
-
xjoin definition
- setAttribute(LDAPAttribute) - Method in class com.rli.slapd.server.LDAPModification
-
set the attribute (possibly with values) to be modified.
- setAttributeName(String) - Method in class com.rli.util.identityData.IdentityAttributePath
-
change the attibute name for this attribute path
- setAttributes(LDAPAttribute[]) - Method in class com.rli.slapd.server.LDAPAttributeSet
-
- setAttributes(Attributes) - Method in class com.rli.vds.util.InterceptParam
-
attributes to insert
- setAttrs(String) - Method in class com.rli.vds.util.InterceptParam
-
requested attributes for current query (separated by ',')
- setAutoCommit(boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- setBaseDn(String) - Method in class com.rli.vds.util.InterceptParam
-
base DN to search on backend (ldap backend only)
- setBindDN(String) - Method in class com.rli.vds.util.InterceptParam
-
- setCalljoin(String) - Method in class com.rli.vds.util.InterceptParam
-
- setCertificates(X509Certificate[]) - Method in class com.rli.vds.util.InterceptParam
-
- setChangeMode(ChangeMode) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the change mode for this ChangeEvent.
- setCommand(String) - Method in class com.rli.vds.util.InterceptParam
-
command to be executed on backend (SQL for SQL backends, LDAP query for
LDAP/Custom backends)
- setCommandVDAPUrl2(VDAPUrl2) - Method in class com.rli.vds.util.InterceptParam
-
- setCompositeObject(CompoundObject) - Method in class com.rli.vds.util.InterceptParam
-
Deprecated.
- setCompoundObject(CompoundObject) - Method in class com.rli.vds.util.InterceptParam
-
set CO for current interception (will store a clone)
- setCompoundObjectEntry(CompoundObjectEntry) - Method in class com.rli.vds.util.InterceptParam
-
- setConnectionstring(String) - Method in class com.rli.vds.util.InterceptParam
-
- setConnectionstring(ConnString2) - Method in class com.rli.vds.util.InterceptParam
-
- setConnectionstringCustomJavaClassName(String) - Method in class com.rli.vds.util.InterceptParam
-
set Java class name used in connection string.
- setConnectionstringJdbcDriverClassName(String) - Method in class com.rli.vds.util.InterceptParam
-
set JdbcDriverClassName used in connection string.
- setConnectionstringPassword(String) - Method in class com.rli.vds.util.InterceptParam
-
set url used in connection string.
- setConnectionstringUrl(String) - Method in class com.rli.vds.util.InterceptParam
-
set url used in connection string.
- setConnectionstringUsername(String) - Method in class com.rli.vds.util.InterceptParam
-
set url used in connection string.
- setConnectorCursor(Cursor) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the capture connector cursor for this ChangeEvent.
- setConnectorNameId(String) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the identifier for the connector that produced this ChangeEvent.
- setControl(Control) - Method in class com.rli.vds.util.InterceptParam
-
- setControls(Control[]) - Method in class com.rli.vds.util.InterceptParam
-
- setCredentials(byte[]) - Method in class com.rli.vds.util.InterceptParam
-
- setDefaultPsCacheSize(int) - Method in class com.rli.util.djava.JDBCOperations
-
- setDeleteOldRDN(boolean) - Method in class com.rli.vds.util.InterceptParam
-
- setDistinct(String) - Method in class com.rli.vds.util.InterceptParam
-
- setDN(String) - Method in class com.rli.slapd.server.LDAPEntry
-
- setDn(String) - Method in class com.rli.vds.util.InterceptParam
-
virtual DN requested
- setDuplicatedAllowed(boolean) - Method in class com.rli.slapd.server.LDAPAttribute
-
- setEncodingType(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setEncodingType(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setErrorcode(String) - Method in class com.rli.vds.util.InterceptParam
-
- setErrorcode(int) - Method in class com.rli.vds.util.InterceptParam
-
- setErrorcodeZero() - Method in class com.rli.vds.util.InterceptParam
-
set error code to zero, no error.
- setErrormessage(String) - Method in class com.rli.vds.util.InterceptParam
-
- setEventId(String) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the event ID for this ChangeEvent.
- setEventType(EventType) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the event type for this ChangeEvent.
- setFilter(String) - Method in class com.rli.vds.util.InterceptParam
-
LDAP: filter to be sent to LDAP backend; RDBMS/CUSTOM: filter received for
current query
- setForOracleAdministration(boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- setFromUpload(boolean) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets if this ChangeEvent was created as part of an Upload operation.
- setFullType(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setFullType(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setGlobalProperty(String, String) - Static method in class com.rli.util.djava.ScriptHelper
-
setGlobalProperty set the value of a property that is shared by all scripts
running in the same java machine
- setHostName(String) - Method in class com.rli.vds.util.InterceptParam
-
use this method only with ldap command
- setHostPort(String) - Method in class com.rli.vds.util.InterceptParam
-
use this method only with ldap command
- setIgnoredAttributesForNormalization(Set<String>) - Method in class com.rli.slapd.server.LDAPEntry
-
Define the set of attributes to ignore before computing the
hash-fingerprint of the entry.
- setInstance(BasicOperation) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setInstance(BasicOperation) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setInstanceType(int) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setIrl(Object) - Method in class com.rli.vds.util.InterceptParam
-
- setJavaclass(String) - Method in class com.rli.vds.util.InterceptParam
-
- setKeycolumns(String) - Method in class com.rli.vds.util.InterceptParam
-
- setKeyfields(String) - Method in class com.rli.vds.util.InterceptParam
-
- setLogger(GenericLogger) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setMapattrs(String) - Method in class com.rli.vds.util.InterceptParam
-
- setMaxNumInstances(int) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setMessageType(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setMessageType(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setMetaNode(DvxTreeNode) - Method in class com.rli.vds.util.InterceptParam
-
set current metanode for node having interception
- setModifications(List<ModificationItem>) - Method in class com.rli.vds.util.InterceptParam
-
- setName(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
- setName(String) - Method in class com.rli.vds.util.InterceptParam
-
- setNewRDN(String) - Method in class com.rli.vds.util.InterceptParam
-
- setNoLogging(boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- setNoLogging(boolean) - Method in class com.rli.vds.util.InterceptParam
-
- setObjectclass(String) - Method in class com.rli.vds.util.InterceptParam
-
- setObjectclassattribute(Attribute) - Method in class com.rli.vds.util.InterceptParam
-
Set objectclass as a multivalue attribute
- setObjectName(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setObjectName(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setObjectToRead(String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setObjectToRead(String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setOldDn(String) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
Sets the value of the "old_dn" attribute.
- setOp(int) - Method in class com.rli.slapd.server.LDAPModification
-
set the type of modification specified by this object.
- setOptions(Set<String>) - Method in class com.rli.slapd.server.LDAPAttribute
-
- setOriginalLDAPModifications(LDAPModification[]) - Method in class com.rli.vds.util.InterceptParam
-
- setOutputcolumns(String) - Method in class com.rli.vds.util.InterceptParam
-
- setOutputfields(String) - Method in class com.rli.vds.util.InterceptParam
-
- setPassword(String) - Method in class com.rli.vds.util.InterceptParam
-
password of remote VDS client
- setPrincipalname(String) - Method in class com.rli.vds.util.InterceptParam
-
- setProperty(String, String) - Method in class com.rli.vds.util.InterceptParam
-
- setResultcount(int) - Method in class com.rli.vds.util.InterceptParam
-
- setResultSet(List<SearchResult>) - Method in class com.rli.vds.util.InterceptParam
-
- setResultSet_Object(Object) - Method in class com.rli.vds.util.InterceptParam
-
Resultset could be a List or NamingEnumeration
- setRetriesParam(int, long) - Method in class com.rli.util.djava.JDBCOperations
-
- setScope(String) - Method in class com.rli.vds.util.InterceptParam
-
LDAP: scope to be sent to backend, RDBMS/CUSTOM: scope for current virtual
query
- setScopeInt(int) - Method in class com.rli.vds.util.InterceptParam
-
LDAP: scope to be sent to backend, RDBMS/CUSTOM: scope for current virtual
query
- setScriptname(String) - Method in class com.rli.vds.util.InterceptParam
-
- setSecure(boolean) - Method in class com.rli.vds.util.InterceptParam
-
use this method only with ldap command
- setServiceparameter(String) - Method in class com.rli.vds.util.InterceptParam
-
- setSizelimit(int) - Method in class com.rli.vds.util.InterceptParam
-
size limit to be sent to backend
- setStandalone(boolean) - Static method in class com.rli.ldapclient.LDAPOperations2
-
- setStatus(String) - Method in class com.rli.vds.util.InterceptParam
-
- setStatusFailed() - Method in class com.rli.vds.util.InterceptParam
-
the engine will stop the current request and forward a failed message as a
response to the initial request.
- setStatusFailed(int) - Method in class com.rli.vds.util.InterceptParam
-
the engine will stop the current request and forward a failed message as a
response to the initial request.
- setStatusNo() - Method in class com.rli.vds.util.InterceptParam
-
the engine will stop the current request and forward a failed message as a
response to the initial request.
- setStatusOk() - Method in class com.rli.vds.util.InterceptParam
-
execution was successful and the request is considered as done, a successful
response is to send to the client.
- setStatusProcceed() - Method in class com.rli.vds.util.InterceptParam
-
Deprecated.
- setStatusProceed() - Method in class com.rli.vds.util.InterceptParam
-
the engine has still to process the request after interception.
- setStatusProcessResult() - Method in class com.rli.vds.util.InterceptParam
-
the engine will call the process result interception for each entry returned
for the current request.
- setStatusYes() - Method in class com.rli.vds.util.InterceptParam
-
execution was successful and the request is considered as done, a successful
response is to send to the client.
- setString(boolean) - Method in class com.rli.slapd.server.LDAPAttribute
-
consider all attribute as string type
- setSuperiorDN(String) - Method in class com.rli.vds.util.InterceptParam
-
- setSystemExpirationDate(String) - Method in class com.rli.connectors.changeevent.ChangeEvent
-
- setTimelimit(int) - Method in class com.rli.vds.util.InterceptParam
-
time limit in second to be sent to backend
- setTransactionIsolation(int) - Method in class com.rli.util.djava.JDBCOperations
-
- setType(String, String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setType(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setType(String, String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setType(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setTypename(String) - Method in class com.rli.vds.util.InterceptParam
-
Set the typename
- setUsePool(boolean) - Method in class com.rli.util.djava.JDBCOperations
-
- setUserid(String) - Method in class com.rli.vds.util.InterceptParam
-
username of remote VDS client
- setValue(String) - Method in class com.rli.slapd.server.LDAPAttribute
-
for attr with only one value
- setValue(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
Sets the value of an attribute.
- setValue(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setValues(byte[][]) - Method in class com.rli.slapd.server.LDAPAttribute
-
do not check duplicate
- setValues(Object[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
do not check duplicate
- setValues(String[]) - Method in class com.rli.slapd.server.LDAPAttribute
-
do not check duplicate
- setValues(Collection<byte[]>) - Method in class com.rli.slapd.server.LDAPAttribute
-
do not check duplicate
- setValues(Vector<byte[]>) - Method in class com.rli.slapd.server.LDAPAttribute
-
do not check duplicate all values are considered as binary for meta
analysis
- setValues(String, Vector) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
Sets multiple values for an attribute
- setValues(String, Vector) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setValuesForPreparedStatement(String, CallableStatement, List<String[]>) - Static method in class com.rli.util.djava.JDBCOperations
-
- setValuesFromString(String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setValuesFromString(String, String, String) - Method in interface com.rli.synsvcs.etl.BasicOperation
-
- setValuesFromString(String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setValuesFromString(String, String, String) - Method in class com.rli.synsvcs.etl.XmlOp
-
- setValuesFromString(List<String>) - Method in class com.rli.util.identityData.IdentityPatchOperation
-
- setValuesRange(LDAPAttribute, int, int) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- setValuesRangeAndName(LDAPAttribute, int, int) - Static method in class com.rli.slapd.server.LDAPAttribute
-
- setValuesStr(Collection<String>) - Method in class com.rli.slapd.server.LDAPAttribute
-
- setValuesStr(List<String>) - Method in class com.rli.slapd.server.LDAPAttribute
-
- setVirtualBaseDn(String) - Method in class com.rli.vds.util.InterceptParam
-
- SEVEN - Static variable in class com.rli.util.RLIConstants
-
- SEVENTEEN - Static variable in class com.rli.util.RLIConstants
-
- sharedAttribute - Variable in class com.rli.util.djava.VDSFunction
-
- sharedData - Class in com.rli.util.djava
-
- sharedData() - Constructor for class com.rli.util.djava.sharedData
-
- SHORT - Static variable in class com.rli.util.RLIConstants
-
- SIMPLE - Static variable in class com.rli.util.RLIConstants
-
- simpleClosePs() - Method in class com.rli.util.djava.JDBCOperations
-
- simpleCloseStmt() - Method in class com.rli.util.djava.JDBCOperations
-
- simpleDoConnect() - Method in class com.rli.util.djava.JDBCOperations
-
- simpleDoConnectThrowException() - Method in class com.rli.util.djava.JDBCOperations
-
perform connection, throws SQLException if error
- simpleDoConnectWithExceptionSupport() - Method in class com.rli.util.djava.JDBCOperations
-
doConnect with throws Exception if connection error
- simpleDoDisconnect() - Method in class com.rli.util.djava.JDBCOperations
-
- simpleExecuteQuery(String, List<String[]>, int, boolean) - Method in class com.rli.util.djava.JDBCOperations
-
centralized method to execute query.
- simpleExecuteQuery(String) - Method in class com.rli.util.djava.JDBCOperations
-
- simpleExecuteQuery(String, int) - Method in class com.rli.util.djava.JDBCOperations
-
- simpleExecuteQuery(String, List<String[]>) - Method in class com.rli.util.djava.JDBCOperations
-
- simpleExecuteQuery(String, List<String[]>, int) - Method in class com.rli.util.djava.JDBCOperations
-
- SINGLE_QUOTE - Static variable in class com.rli.util.RLIConstants
-
- SIX - Static variable in class com.rli.util.RLIConstants
-
- SIXTEEN - Static variable in class com.rli.util.RLIConstants
-
- size() - Method in class com.rli.slapd.server.LDAPAttribute
-
Returns the number of values of the attribute.
- size() - Method in class com.rli.slapd.server.LDAPAttributeSet
-
Returns the number of attributes in this set.
- size() - Method in class com.rli.slapd.server.LDAPDN
-
- SIZE_LIMIT_EXCEEDED - Static variable in exception com.rli.slapd.server.LDAPException
-
(4) The search found more than the maximum number of results.
- SLASH - Static variable in class com.rli.util.RLIConstants
-
- SORT_CONTROL_MISSING - Static variable in exception com.rli.slapd.server.LDAPException
-
(60) The "server-side sorting" control
was not included with the "virtual list view"
control in the search request.
- sortAsc(Attribute) - Static method in class com.rli.util.djava.VDSFunction
-
Sort the specified attribute values in ascending order.
- sortDesc(Attribute) - Static method in class com.rli.util.djava.VDSFunction
-
Sort the specified attribute values in descending order.
- sortLdapEntryList(List, String, boolean) - Static method in class com.rli.util.djava.ScriptHelper
-
sort list of LdapEntries for attrName, ignore case.
- soundex(String) - Static method in class com.rli.util.djava.VDSFunction
-
Encodes a string into a Soundex value.
- SPACE - Static variable in class com.rli.util.RLIConstants
-
- SpecialCharsToHex(String) - Static method in class com.rli.util.StringOperations
-
Returns the String after replacing special characters(in hex) with
corresponding ascii characters (for search filter).
- split(String, String) - Static method in class com.rli.util.StringOperations
-
explode str in a array using delim str provided.
- split(String, char) - Static method in class com.rli.util.StringOperations
-
explode str in a array using delim str provided.
- split(String, String, boolean) - Static method in class com.rli.util.StringOperations
-
explode str in a array using delim str provided.
- splitEscaped(String, char) - Static method in class com.rli.util.StringOperations
-
explode str in a array using delim str provided.
- SQL_META_CHAR - Static variable in class com.rli.util.RLIConstants
-
- sr - Variable in class com.rli.util.djava.VDSFunction
-
- STAR - Static variable in class com.rli.util.RLIConstants
-
- startElement(String, String, String, Attributes) - Method in class com.rli.synsvcs.etl.XmlOp
-
- storeInterceptParamInEntry(SearchResult, InterceptParam) - Static method in class com.rli.util.djava.ScriptHelper
-
store an InterceptParam in a SearchResult for debug/testing purpose
- STR_ACTION - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_ACTION_ATTR_DELETE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_ERRORCODE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_ERRORCODE_FAILED - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_ERRORCODE_OK - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_ERRORCODE_PROCEED - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_FILTER - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_FILTER_ALL - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_FILTER_MAIN - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_FILTER_MAINKEY - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_FILTER_NONE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_INPUT_PWD - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_INSERT - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_SELECT - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_FAILED - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_NO - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_OK - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_PROCEED - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_PROCESSRESULT - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_PROCESSRESULTCODE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_STATUS_YES - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_UPDATE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_ATTR_USERID - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTION_AUTHENTICATE - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTUALDN - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTUALDN_AND_OC_ARRAY - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTUALDN_ARRAY - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTUALDNEQ - Static variable in class com.rli.util.RLIConstants
-
- STR_ACTUALDNPAREQ - Static variable in class com.rli.util.RLIConstants
-
- STR_ALL_ATTRS - Static variable in class com.rli.util.RLIConstants
-
- STR_AND - Static variable in class com.rli.util.RLIConstants
-
- STR_ANONYMOUS - Static variable in class com.rli.util.RLIConstants
-
- STR_AS - Static variable in class com.rli.util.RLIConstants
-
- STR_ASSOCIATIONURLS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_AT_THE_RATE - Static variable in class com.rli.util.RLIConstants
-
- STR_ATTRS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_BASEDN - Static variable in class com.rli.util.RLIConstants
-
- STR_BASEDN - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_CALLJOIN - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_CATALOG_NAME - Static variable in class com.rli.util.RLIConstants
-
- STR_CLIENTIP - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_CN - Static variable in class com.rli.util.RLIConstants
-
- STR_COMMAND - Static variable in class com.rli.util.RLIConstants
-
- STR_COMMAND - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_CONNECTIONSTRING - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_CONTROLS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_DISTINCT - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_DN - Static variable in class com.rli.util.RLIConstants
-
- STR_DN - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_DOMAINCONNECT - Static variable in class com.rli.util.RLIConstants
-
- STR_DOMAINPROPERTY - Static variable in class com.rli.util.RLIConstants
-
- STR_DOUBLE_AT_THE_RATE - Static variable in class com.rli.util.RLIConstants
-
- STR_DRIVER - Static variable in class com.rli.util.RLIConstants
-
- STR_DV - Static variable in class com.rli.util.RLIConstants
-
- STR_DV_EQUAL - Static variable in class com.rli.util.RLIConstants
-
- STR_DV_SYNCOBJECT - Static variable in class com.rli.util.RLIConstants
-
- STR_DVX - Static variable in class com.rli.util.RLIConstants
-
- STR_ERRORCODE - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_ERRORMESSAGE - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_EXTENSIBLE_OBJECT - Static variable in class com.rli.util.RLIConstants
-
- STR_FILTER - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_FTP_SERVER_HOST_NAME - Static variable in class com.rli.util.RLIConstants
-
- STR_FTP_SERVER_PASSWORD - Static variable in class com.rli.util.RLIConstants
-
- STR_FTP_SERVER_PORT_NUMBER - Static variable in class com.rli.util.RLIConstants
-
- STR_FTP_SERVER_USER_ID - Static variable in class com.rli.util.RLIConstants
-
- STR_FTP_TARGET_DIRECTORY - Static variable in class com.rli.util.RLIConstants
-
- STR_FTP_TRANSFER_MODE - Static variable in class com.rli.util.RLIConstants
-
- STR_GENERIC - Static variable in class com.rli.util.RLIConstants
-
- STR_GIVENNAME - Static variable in class com.rli.util.RLIConstants
-
- STR_IRL - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_JAVACLASS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_KEYCOLUMNS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_KEYFIELDS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_LDAP - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_BASE_DN - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_HOST_NAME - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_PASSWORD - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_PORT_NUMBER - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_USER_ID - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_USER_PASSWORD - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAP_SERVER_USESSL - Static variable in class com.rli.util.RLIConstants
-
- STR_LDAPS - Static variable in class com.rli.util.RLIConstants
-
- STR_LIKE - Static variable in class com.rli.util.RLIConstants
-
- STR_LOCALHOST - Static variable in class com.rli.util.RLIConstants
-
- STR_MAPATTRS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_NAME - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_NEWRDN - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_NOT - Static variable in class com.rli.util.RLIConstants
-
- STR_OBJECT_CATALOG_DVX - Static variable in class com.rli.util.RLIConstants
-
- STR_OBJECT_CATALOG_PREFIX - Static variable in class com.rli.util.RLIConstants
-
- STR_OBJECTCLASS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_OPERATION - Static variable in class com.rli.util.RLIConstants
-
- STR_OPERATIONID - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_OR - Static variable in class com.rli.util.RLIConstants
-
- STR_ORGANIZATIONALUNIT - Static variable in class com.rli.util.RLIConstants
-
- STR_ORX - Static variable in class com.rli.util.RLIConstants
-
- STR_OU - Static variable in class com.rli.util.RLIConstants
-
- STR_OUTPUTCOLUMNS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_OUTPUTFIELDS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_PASSWORD - Static variable in class com.rli.util.RLIConstants
-
- STR_PASSWORD - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_PASSWORD_MASKED - Static variable in class com.rli.util.RLIConstants
-
- STR_PRINCIPALNAME - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_PWD - Static variable in class com.rli.util.RLIConstants
-
- STR_RDN - Static variable in class com.rli.util.RLIConstants
-
- STR_REFDN - Static variable in class com.rli.util.RLIConstants
-
- STR_REFDN_LO - Static variable in class com.rli.util.RLIConstants
-
- STR_RESULT_CODE - Static variable in class com.rli.util.RLIConstants
-
- STR_RESULTCOUNT - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_RLI - Static variable in class com.rli.util.RLIConstants
-
- STR_ROOT_DV - Static variable in class com.rli.util.RLIConstants
-
- STR_ROOT_DVX - Static variable in class com.rli.util.RLIConstants
-
- STR_SASLMECHANISM - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SCHEMA_NAME - Static variable in class com.rli.util.RLIConstants
-
- STR_SCOPE - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SCRIPTNAME - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SERVICEPARAMETER - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SIZELIMIT - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SN - Static variable in class com.rli.util.RLIConstants
-
- STR_STATUS - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_SYNCOBJECT_CATALOG - Static variable in class com.rli.util.RLIConstants
-
- STR_SYNCOBJECT_PREFIX - Static variable in class com.rli.util.RLIConstants
-
- STR_TABLE - Static variable in class com.rli.util.RLIConstants
-
- STR_TOP - Static variable in class com.rli.util.RLIConstants
-
- STR_TYPENAME - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_UID - Static variable in class com.rli.util.RLIConstants
-
- STR_UNICODE_PWD - Static variable in class com.rli.util.RLIConstants
-
- STR_UPPER - Static variable in class com.rli.util.RLIConstants
-
- STR_UPPER_CASE - Static variable in class com.rli.util.RLIConstants
-
- STR_URL - Static variable in class com.rli.util.RLIConstants
-
- STR_URLPROPERTY - Static variable in class com.rli.util.RLIConstants
-
- STR_USER - Static variable in class com.rli.util.RLIConstants
-
- STR_USER_ACCOUNT_CONTROL - Static variable in class com.rli.util.RLIConstants
-
- STR_USER_ID - Static variable in class com.rli.util.RLIConstants
-
- STR_USER_NAME - Static variable in class com.rli.util.RLIConstants
-
- STR_USERID - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_VALUES - Static variable in class com.rli.util.RLIConstants
-
- STR_VBASEDN - Static variable in class com.rli.util.RLIConstants
-
- STR_VBASEDN - Static variable in class com.rli.vds.util.InterceptParam
-
- STR_VDDN - Static variable in class com.rli.util.RLIConstants
-
- STR_VDS - Static variable in class com.rli.util.RLIConstants
-
- STR_VDS_NO_BRACKET - Static variable in class com.rli.util.RLIConstants
-
- STR_WRAP - Static variable in class com.rli.util.RLIConstants
-
- STR_XML - Static variable in class com.rli.util.RLIConstants
-
- STRING - Static variable in interface com.rli.synsvcs.etl.BasicOperation
-
- STRING - Static variable in class com.rli.util.djava.LDAPClient
-
- String2Control(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- String2Controls(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- String2LDAPControl(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- String2LDAPControls(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- StringFromGUID(Attribute) - Method in class com.rli.util.djava.VDSFunction
-
Return the ascii 'formatted' representation of a GUID (internally represented
by a byte array )Example: StringFromGUID(objectGUID) returns
"ac642e6e-6ab5-425a-bcc9-9f5067d46e3f".
- StringFromSID(Attribute) - Method in class com.rli.util.djava.VDSFunction
-
Return the ascii 'formatted' representation of a SID (internally represented
by a byte array )Example: StringFromSID(objectSID) returns
"S-1-5-21-1698188384-1693678267-1543859470-6637".
- stringNormalizer(String, String) - Static method in class com.rli.synsvcs.etl.XmlOp
-
- stringNormalizer(String, String) - Static method in class com.rli.util.StringOperations
-
- stringNormalizer(String, String, String) - Static method in class com.rli.util.StringOperations
-
- StringOperations - Class in com.rli.util
-
- stringToHex(String) - Static method in class com.rli.util.djava.ScriptHelper
-
- StringUtils - Class in com.rli.tools.sync.cacherefresh.tools
-
- StringUtils() - Constructor for class com.rli.tools.sync.cacherefresh.tools.StringUtils
-
- STRONG - Static variable in class com.rli.util.RLIConstants
-
- STRONG_AUTH_REQUIRED - Static variable in exception com.rli.slapd.server.LDAPException
-
(8) A stronger authentication method (more than LDAP_AUTH_SIMPLE)
is required by the LDAP server that you are connecting to.
- sub - Static variable in class com.rli.util.djava.VDSFunction
-
- SUB - Static variable in class com.rli.util.RLIConstants
-
- substring(List<String>, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringAfter(List<String>, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringAfterLast(List<String>, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringBefore(List<String>, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringBeforeLast(List<String>, String) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringLength(List<String>, int, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- substringStartEnd(List<String>, int, int) - Static method in class com.rli.connectors.changeevent.ChangeEventUtils
-
Retrieves a list containing the substrings of all the elements in the
given list.
- SUBTREE_SEARCH - Static variable in class com.rli.util.RLIConstants
-
- SUCCESS - Static variable in exception com.rli.slapd.server.LDAPException
-
(0) The operation completed successfully.
- sum(Attribute) - Static method in class com.rli.util.djava.VDSFunction
-
Return total sum from attribute values.
- SUPERIOR_DN - Static variable in class com.rli.util.RLIConstants
-
- supportsBatchUpdates() - Method in class com.rli.util.djava.JDBCOperations
-
Deterimines if DB supports batch updates.
- SYNC_EVENT_PIPELINE_ID - Static variable in class com.rli.connectors.changeevent.ChangeEvent
-