@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, wait
getName
public AuthenticationProviderProperty()
public Class<AuthenticationProvider> parseValue(String authProviderClassName) throws GuacamoleException
GuacamoleProperty
parseValue
in interface GuacamoleProperty<Class<AuthenticationProvider>>
authProviderClassName
- The string value to parse.GuacamoleException
- If an error occurs while parsing the
provided value.Copyright © 2017. All rights reserved.