Class DelegatePkiAuthenticationResponse
- java.lang.Object
-
- org.elasticsearch.client.security.DelegatePkiAuthenticationResponse
-
public final class DelegatePkiAuthenticationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description DelegatePkiAuthenticationResponse(String accessToken, String type, TimeValue expiresIn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DelegatePkiAuthenticationResponsefromXContent(XContentParser parser)StringgetAccessToken()TimeValuegetExpiresIn()StringgetType()inthashCode()
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken()
-
getType
public String getType()
-
getExpiresIn
public TimeValue getExpiresIn()
-
fromXContent
public static DelegatePkiAuthenticationResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-