| java.lang.Object com.flexive.core.security.FxCallback
FxCallback | public class FxCallback implements Callback,java.io.Serializable(Code) | | Flexive callback class.
Underlying security services instantiate and pass a
FxCallback to the handle
method of a CallbackHandler to retrieve name information.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 261 $ See Also: javax.security.auth.callback.CallbackHandler |
getSessionContext | public SessionContext getSessionContext()(Code) | | |
getTakeOverSession | public boolean getTakeOverSession()(Code) | | If takeOver is disabled the login attempt fails if a other session is already
using the account. If enabled a other active session using the account is logged off,
and the login succeeds.
true if take over is enabled. |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | |
setTakeOverSession | public void setTakeOverSession(boolean takeOver)(Code) | | Sets the takeOverSession option, see getTakeOverSession() for details.
Parameters: takeOver - true or false |
|
|