org.jboss.errai.workspaces.client.modules.auth
Class AuthenticationModule

java.lang.Object
  extended by org.jboss.errai.workspaces.client.modules.auth.AuthenticationModule
All Implemented Interfaces:
MessageCallback, Module

public class AuthenticationModule
extends Object
implements Module, MessageCallback

Listens as 'LoginClient'


Nested Class Summary
static interface AuthenticationModule.Display
           
 
Constructor Summary
AuthenticationModule()
           
AuthenticationModule(AuthenticationModule.Display display)
          replace default login display
 
Method Summary
 void callback(Message message)
          Listens as 'LoginClient'
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationModule

public AuthenticationModule()

AuthenticationModule

public AuthenticationModule(AuthenticationModule.Display display)
replace default login display

Parameters:
display -
Method Detail

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.