public abstract class AuthenticationProviderProperty extends Object implements GuacamoleProperty<AuthenticationProvider>
Constructor and Description |
---|
AuthenticationProviderProperty() |
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
parseValue(String authProviderClassName)
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 AuthenticationProvider parseValue(String authProviderClassName) throws GuacamoleException
GuacamoleProperty
parseValue
in interface GuacamoleProperty<AuthenticationProvider>
authProviderClassName
- The string value to parse.GuacamoleException
- If an error occurs while parsing the
provided value.Copyright © 2014. All Rights Reserved.