| Package | Description | 
|---|---|
| org.wicketstuff.security.hive.authentication | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UsernamePasswordContext
Simple  
LoginContext for a username and password, which may or may not be encrypted. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoginContainer.login(LoginContext context)
Attempts to login through the context, if successful the subject and all its rights are
 included in the overall user rights. 
 | 
boolean | 
LoginContainer.logoff(LoginContext context)
Removes the subject and all its rights associated with a certain context from this container. 
 | 
Copyright © 2015. All rights reserved.