Class OAuth2Client
- java.lang.Object
-
- org.wildfly.security.mechanism.oauth2.OAuth2Client
-
public class OAuth2Client extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description OAuth2Client(String authorizationId, CallbackHandler callbackHandler, ElytronMessages log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuth2InitialClientMessagegetInitialResponse()byte[]handleServerResponse(byte[] serverMessage)
-
-
-
Constructor Detail
-
OAuth2Client
public OAuth2Client(String authorizationId, CallbackHandler callbackHandler, ElytronMessages log)
-
-
Method Detail
-
getInitialResponse
public OAuth2InitialClientMessage getInitialResponse() throws AuthenticationMechanismException
- Throws:
AuthenticationMechanismException
-
handleServerResponse
public byte[] handleServerResponse(byte[] serverMessage)
-
-