|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the extended Interface for LoginModules which supports any changes in the XMAContext after the first login. Such changes can be user switches, mandant switches or similar.
| Method Summary | |
void |
addContextChangeListener(ContextChangeListener listener)
Adds a ContextChangeListener to this LoginModule. |
boolean |
istContextChangeAllowed()
Get if the context change is allowed. |
void |
removeContextChangeListener(ContextChangeListener listener)
Remove a ContextChangeListener form the listners of the LoginModule. |
void |
setContextChangeAllowed(boolean allowed)
Decide if any change in the XMAContext after the inital login is allowed. |
| Methods inherited from interface javax.security.auth.spi.LoginModule |
abort, commit, initialize, login, logout |
| Method Detail |
public boolean istContextChangeAllowed()
public void setContextChangeAllowed(boolean allowed)
allowed - true to allow, false to disallowpublic void addContextChangeListener(ContextChangeListener listener)
listener - the new listener to registerpublic void removeContextChangeListener(ContextChangeListener listener)
listener - the listener to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||