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, waitgetNamepublic AuthenticationProvider parseValue(String authProviderClassName) throws GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<AuthenticationProvider>authProviderClassName - The string value to parse.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2015. All rights reserved.