public class LoginResultCallback extends Object implements Callback
LoginResultCallback
provides access to a LoginResult
object from with a
LoginModule
, permitting communication of additional login result data
to the LoginContext
provider, i.e. the gateway server.
Constructor and Description |
---|
LoginResultCallback() |
Modifier and Type | Method and Description |
---|---|
LoginResult |
getLoginResult() |
void |
setLoginResult(LoginResult loginResult)
For internal use only.
|
public LoginResult getLoginResult()
public final void setLoginResult(LoginResult loginResult)
loginResult
- the login result object to present to the login moduleUnsupportedOperationException
- when called from outside
the LoginContext
object's
CallbackHandler
.Copyright © 2015. All Rights Reserved.