org.whatsitcalled.webflange.security
Class WebflangeLoginContext
java.lang.Object
org.apache.wicket.security.hive.authentication.LoginContext
org.whatsitcalled.webflange.security.WebflangeLoginContext
public class WebflangeLoginContext
- extends org.apache.wicket.security.hive.authentication.LoginContext
|
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 |
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.
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.