public abstract class AuthConfig
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AuthConfig() |
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
accept(IConfigurationVisitor<T> visitor)
Processes the configuration with the provided visitor object.
|
public abstract <T> T accept(IConfigurationVisitor<T> visitor)
visitor
- IConfigurationVisitor
object, must be non-null