public class AuthResponse extends DownstreamMessage
Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
Object |
authdata
Auxilliary authentication data to be communicated to the
PresentsSession once a session is started. |
messageId| Constructor and Description |
|---|
AuthResponse()
Zero argument constructor used when unserializing an instance.
|
AuthResponse(AuthResponseData data)
Constructs a auth response with the supplied response data.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResponseData |
getData() |
void |
setData(AuthResponseData data)
Replaces this response's auth data.
|
String |
toString() |
getTransport, noteActualTransport, setTransportpublic transient Object authdata
PresentsSession once a session is started. This is a means by
which the Authenticator can pass information loaded from,
say, an authentication database into the runtime system to be used, for
example for permissions.public AuthResponse()
public AuthResponse(AuthResponseData data)
public AuthResponseData getData()
public void setData(AuthResponseData data)
public String toString()
toString in class DownstreamMessageCopyright © 2015. All rights reserved.