C E G H I O P 
All Classes All Packages

C

CONFIG_OPENID_CONFIGURATION_URL - Static variable in class org.wildfly.security.mechanism.oauth2.OAuth2Server
 

E

evaluateInitialResponse(OAuth2InitialClientMessage) - Method in class org.wildfly.security.mechanism.oauth2.OAuth2Server
Evaluates the initial response sent by the client and verifies if the Bearer token is valid.

G

getAuth() - Method in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
Returns the authorization information in form of a String.
getAuthorizationId() - Method in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
Returns the ID of the user to be authorized.
getInitialResponse() - Method in class org.wildfly.security.mechanism.oauth2.OAuth2Client
Gets the initial response message from the client that will be sent to the server.
getMessage() - Method in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
Returns the byte array containing the message.

H

handleServerResponse(byte[]) - Method in class org.wildfly.security.mechanism.oauth2.OAuth2Client
Handles the server's response to the initial client message.

I

isBearerToken() - Method in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
Returns whether the client provides a Bearer token.

O

OAuth2Client - Class in org.wildfly.security.mechanism.oauth2
Implementation of the client side of the OAuth2 SASL mechanism.
OAuth2Client(String, CallbackHandler, ElytronMessages) - Constructor for class org.wildfly.security.mechanism.oauth2.OAuth2Client
Constructs a new OAuth2Client instance.
OAuth2InitialClientMessage - Class in org.wildfly.security.mechanism.oauth2
Represents the initial client message for OAuth2 protocol.
OAuth2InitialClientMessage(String, String, byte[]) - Constructor for class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
Constructs a new OAuth2InitialClientMessage instance.
OAuth2Server - Class in org.wildfly.security.mechanism.oauth2
An OAuth2 Server based on RFC-7628.
OAuth2Server(CallbackHandler, Map<String, ?>, ElytronMessages) - Constructor for class org.wildfly.security.mechanism.oauth2.OAuth2Server
Constructs a new OAuth2Server instance.
org.wildfly.security.mechanism.oauth2 - package org.wildfly.security.mechanism.oauth2
 

P

parseInitialClientMessage(byte[]) - Method in class org.wildfly.security.mechanism.oauth2.OAuth2Server
Parses the initial client's message in OAuth2 protocol.
C E G H I O P 
All Classes All Packages