public class LoginCommandConfigProcessor extends Object implements MessageBrokerConfigProcessor
MessageBrokerConfigProcessor implementation that is responsible for configuring the
current MessageBroker's LoginManager with a Spring-managed LoginCommand.| Constructor and Description |
|---|
LoginCommandConfigProcessor(flex.messaging.security.LoginCommand loginCommand) |
| Modifier and Type | Method and Description |
|---|---|
flex.messaging.MessageBroker |
processAfterStartup(flex.messaging.MessageBroker broker)
Apply this config processor to the newly created
MessageBroker after it and all of its services have been
started but before it is available for use. |
flex.messaging.MessageBroker |
processBeforeStartup(flex.messaging.MessageBroker broker)
Apply this config processor to the newly created
MessageBroker after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started. |
void |
setPerClientAuthentication(boolean perClientAuthentication)
Configures the per-client authentication setting for the BlazeDS login manager
|
public LoginCommandConfigProcessor(flex.messaging.security.LoginCommand loginCommand)
public flex.messaging.MessageBroker processAfterStartup(flex.messaging.MessageBroker broker)
MessageBroker after it and all of its services have been
started but before it is available for use.processAfterStartup in interface MessageBrokerConfigProcessorbroker - the started MessageBroker instanceMessageBrokerpublic flex.messaging.MessageBroker processBeforeStartup(flex.messaging.MessageBroker broker)
MessageBroker after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.processBeforeStartup in interface MessageBrokerConfigProcessorbroker - the new MessageBroker instanceMessageBrokerpublic void setPerClientAuthentication(boolean perClientAuthentication)
perClientAuthentication - true if per-client authentication is enabledCopyright © 2014. All rights reserved.