|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.viewer.SecurityDialog
public class SecurityDialog
This interface defines some common graphical user interface for handling the login, logout and changing password.
| Constructor Summary | |
|---|---|
SecurityDialog()
|
|
| Method Summary | |
|---|---|
protected static void |
add(JPanel pane,
Component comp,
GridBagConstraints gbc,
int x,
int y,
int w,
int h)
Add component to the panel. |
String |
changePassword(Object parent)
Change the entity password. |
Object |
login(Object parent)
Used to authenticate the end user. |
boolean |
logout(Object parent)
Ask uers some confirmation information. |
void |
setDefaultPassword(String passwd)
Set the default password to show on the login dialog. |
void |
setDefaultUser(String user)
Set the default user to show on the login dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityDialog()
| Method Detail |
|---|
public void setDefaultUser(String user)
setDefaultUser in interface SecurityGuipublic void setDefaultPassword(String passwd)
setDefaultPassword in interface SecurityGuipublic Object login(Object parent)
login in interface SecurityGuinull
if the user canceled the login action.public String changePassword(Object parent)
changePassword in interface SecurityGuinull if the user canceled the
action.public boolean logout(Object parent)
logout in interface SecurityGui
protected static void add(JPanel pane,
Component comp,
GridBagConstraints gbc,
int x,
int y,
int w,
int h)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||