|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginExtPoint
LoginExtPoint defines the credentials for the login to the
application and logins the user to the application.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
The name of this extension point element |
static java.lang.String |
PASSWORD
The tag under which the password should be stored in the parameters map |
static java.lang.String |
USERNAME
The tag under which the username should be stored in the parameters map |
| Method Summary | |
|---|---|
java.lang.Object |
login(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Prompts the user to enter the credentials and logins to the application. |
| Field Detail |
|---|
static final java.lang.String NAME
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
| Method Detail |
|---|
java.lang.Object login(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws java.lang.Exception
USERNAME and PASSWORD tags
to store the data into the map.
display - the display of the applicationcontext - the application's contextparameters - contains additional parameters, which can define
some special behavior during the execution of this method (the keys
are parameters names and the values are parameters values)
java.lang.Exception - if an error occurred during the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||