org.whatsitcalled.webflange.security
Class WebflangeLoginContext

java.lang.Object
  extended by org.apache.wicket.security.hive.authentication.LoginContext
      extended by org.whatsitcalled.webflange.security.WebflangeLoginContext

public class WebflangeLoginContext
extends org.apache.wicket.security.hive.authentication.LoginContext


Constructor Summary
WebflangeLoginContext()
          Constructor for loging off.
WebflangeLoginContext(java.lang.String username, java.lang.String password)
          Constructor for loging in.
 
Method Summary
 org.apache.wicket.security.hive.authentication.Subject login()
           
 
Methods inherited from class org.apache.wicket.security.hive.authentication.LoginContext
equals, getSortOrder, hashCode, notifyLogoff, preventsAdditionalLogins
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebflangeLoginContext

public WebflangeLoginContext(java.lang.String username,
                             java.lang.String password)
Constructor for loging in.

Parameters:
username -
password -

WebflangeLoginContext

public WebflangeLoginContext()
Constructor for loging off.

Method Detail

login

public org.apache.wicket.security.hive.authentication.Subject login()
                                                             throws org.apache.wicket.security.strategies.LoginException
Specified by:
login in class org.apache.wicket.security.hive.authentication.LoginContext
Throws:
org.apache.wicket.security.strategies.LoginException
See Also:
LoginContext.login()


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.