public class AuthenticatorPropertyInvoker extends AbstractPropertyInvoker
Authenticator.| Constructor and Description |
|---|
AuthenticatorPropertyInvoker(Class<?> c)
Creates a new authenticator property invoker for the supplied class.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convertValue(Class<?> type,
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(Class<?> c)
c - class that has setter methodsprotected Object convertValue(Class<?> type, String value)
AbstractPropertyInvokerconvertValue in class AbstractPropertyInvokertype - of object to convert value intovalue - to parseCopyright © 2003-2019 Virginia Tech. All Rights Reserved.