Class GridRestAuthenticationRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.request.GridRestRequest
-
- org.apache.ignite.internal.processors.rest.request.GridRestTaskRequest
-
- org.apache.ignite.internal.processors.rest.request.GridRestAuthenticationRequest
-
public class GridRestAuthenticationRequest extends GridRestTaskRequest
Grid authentication request.
-
-
Constructor Summary
Constructors Constructor Description GridRestAuthenticationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.rest.request.GridRestTaskRequest
async, async, params, params, taskId, taskId, taskName, taskName, timeout, timeout
-
Methods inherited from class org.apache.ignite.internal.processors.rest.request.GridRestRequest
address, address, certificates, certificates, clientId, clientId, command, command, credentials, credentials, destinationId, destinationId, sessionToken, sessionToken, userAttributes, userAttributes
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classGridRestTaskRequest
-
-