|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portal.core.login.simple.SimpleLoginClient
Constructor Summary | |
SimpleLoginClient()
|
Method Summary | |
void |
authenticate(java.lang.String username,
java.lang.String password)
|
void |
destroy()
Called when the login client is no longer used and can clean up any resources it holds. |
Component |
getComponent()
Retrieves the top level component representing the user interface of this login client. |
void |
init(LoginCallback callBack)
Initialize the login client. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleLoginClient()
Method Detail |
public void init(LoginCallback callBack) throws PortalException
LoginClient
Initialize the login client. This method will only be called once. A reference to a login callback is passed for further use in the login process.
init
in interface LoginClient
callBack
- an instance of the LoginCallback interface
PortalException
public void destroy()
LoginClient
Called when the login client is no longer used and can clean up any resources it holds.
destroy
in interface LoginClient
public Component getComponent()
LoginClient
Retrieves the top level component representing the user interface of this login client.
getComponent
in interface LoginClient
public void authenticate(java.lang.String username, java.lang.String password)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |