public class AuthenticatorPropertyInvoker extends AbstractPropertyInvoker
Authenticator.| Constructor and Description |
|---|
AuthenticatorPropertyInvoker(java.lang.Class<?> c)
Creates a new authenticator property invoker for the supplied class.
|
| Modifier and Type | Method and 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.
|
convertSimpleType, createArrayEnumFromPropertyValue, createArrayTypeFromPropertyValue, createClass, createTypeFromPropertyValue, getEnum, getProperties, hasProperty, initialize, instantiateType, invokeMethod, setPropertypublic AuthenticatorPropertyInvoker(java.lang.Class<?> c)
c - class that has setter methodsprotected java.lang.Object convertValue(java.lang.Class<?> type,
java.lang.String value)
AbstractPropertyInvokerconvertValue in class AbstractPropertyInvokertype - of object to convert value intovalue - to parse