Modifier and Type | Method and Description |
---|---|
List<AuthenticationHandlerConfig> |
getAuthenticationHandlers() |
String |
getAuthorisationHandlerClass()
Returns the name of the authorisation handler class.
|
void |
setAuthenticationHandlers(List<? extends AuthenticationHandlerConfig> handlers)
The authentication handlers.
|
void |
setAuthorisationHandlerClass(String className)
Sets the name of the authorisation handler class.
|
void setAuthorisationHandlerClass(String className) throws ConfigException
This is the full name of a class, on the class path, which implements the AuthorisationHandler interface in the Java Publisher API.
If not specified then no authorisation checks will be performed other than any defined by connection/subscription validation policies which are defined for connectors and publishers respectively.
className
- the full class name of the authorisation handler class.ConfigException
- if unable to set the propertyString getAuthorisationHandlerClass()
void setAuthenticationHandlers(List<? extends AuthenticationHandlerConfig> handlers) throws ConfigException
handlers
- the handlersConfigException
- if unable to set the propertyList<AuthenticationHandlerConfig> getAuthenticationHandlers()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.