@Deprecated public abstract class AuthenticationProviderProperty extends Object implements GuacamoleProperty<Class<AuthenticationProvider>>
| Constructor and Description |
|---|
AuthenticationProviderProperty()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<AuthenticationProvider> |
parseValue(String authProviderClassName)
Deprecated.
Parses the given string value into the type associated with this
GuacamoleProperty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic AuthenticationProviderProperty()
public Class<AuthenticationProvider> parseValue(String authProviderClassName) throws GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<Class<AuthenticationProvider>>authProviderClassName - The string value to parse.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2015. All rights reserved.