Package org.ldaptive.props
Class SimpleBindAuthenticationHandlerPropertyInvoker
- java.lang.Object
-
- org.ldaptive.props.AbstractPropertyInvoker
-
- org.ldaptive.props.SimpleBindAuthenticationHandlerPropertyInvoker
-
- All Implemented Interfaces:
PropertyInvoker
public class SimpleBindAuthenticationHandlerPropertyInvoker extends AbstractPropertyInvoker
Handles properties forSimpleBindAuthenticationHandler
.- Author:
- Middleware Services
-
-
Constructor Summary
Constructors Constructor Description SimpleBindAuthenticationHandlerPropertyInvoker(java.lang.Class<?> c)
Creates a new simple bind authentication handler property invoker for the supplied class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
convertValue(java.lang.Class<?> type, java.lang.String value)
Converts the supplied string value into an Object of the supplied type.-
Methods inherited from class org.ldaptive.props.AbstractPropertyInvoker
convertSimpleType, createArrayEnumFromPropertyValue, createArrayTypeFromPropertyValue, createClass, createTypeFromPropertyValue, getEnum, getProperties, hasProperty, initialize, instantiateType, invokeMethod, setProperty
-
-
-
-
Method Detail
-
convertValue
protected java.lang.Object convertValue(java.lang.Class<?> type, java.lang.String value)
Description copied from class:AbstractPropertyInvoker
Converts the supplied string value into an Object of the supplied type. If value cannot be converted it is returned as is.- Specified by:
convertValue
in classAbstractPropertyInvoker
- Parameters:
type
- of object to convert value intovalue
- to parse- Returns:
- object of the supplied type
-
-