Package com.nimbusds.ldapsync
Class AttributeValueTransform
- java.lang.Object
-
- com.nimbusds.ldapsync.AttributeValueTransform
-
public class AttributeValueTransform extends Object
Attribute value transform spec.
-
-
Constructor Summary
Constructors Constructor Description AttributeValueTransform(Pattern matchPattern, String replacement)Creates a new target attribute spec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatterngetMatchPattern()Returns the attribute value match pattern.StringgetReplacement()Returns the replacement string for the attribute value.StringtransformValue(String value)Transforms the specified attribute value if the pattern is matched.
-