org.jboss.errai.workspaces.client.modules.auth
Class AuthenticationModule
java.lang.Object
org.jboss.errai.workspaces.client.modules.auth.AuthenticationModule
- All Implemented Interfaces:
- MessageCallback, Module
public class AuthenticationModule
- extends Object
- implements Module, MessageCallback
Listens as 'LoginClient'
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationModule
public AuthenticationModule()
AuthenticationModule
public AuthenticationModule(AuthenticationModule.Display display)
- replace default login display
- Parameters:
display -
start
public void start()
- Specified by:
start in interface Module
stop
public void stop()
- Specified by:
stop in interface Module
callback
public void callback(Message message)
- Listens as 'LoginClient'
- Specified by:
callback in interface MessageCallback
- Parameters:
message - - a message forwarded from the SecurityService
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.