AuthorizationRequest |
Represents an authorization request to send to the authorization server.
|
AuthorizationResponse |
Represents an authorization response received from the authorization server.
|
AuthorizeClient |
Encapsulates functionality to make authorization request calls to an authorization server via REST Services.
|
BackchannelAuthenticationClient |
Encapsulates functionality to make backchannel authentication request calls to an authorization server via REST Services.
|
BackchannelAuthenticationRequest |
Represents a CIBA backchannel authorization request to send to the authorization server.
|
BackchannelAuthenticationResponse |
Represents a CIBA backchannel authorization response.
|
BaseClient<T extends BaseRequest,V extends BaseResponse> |
Allows to retrieve HTTP requests to the authorization server and responses from it for display purposes.
|
BaseRequest |
|
BaseResponse |
|
BaseResponseWithErrors<T extends io.jans.as.model.error.IErrorType> |
|
ClientAuthnEnabler |
|
ClientAuthnRequest |
|
ClientInfoClient |
Encapsulates functionality to make client info request calls to an authorization server via REST Services.
|
ClientInfoRequest |
Represents a Client Info request to send to the authorization server.
|
ClientInfoResponse |
Represents an client info response received from the authorization server.
|
ClientUtils |
|
DeviceAuthzClient |
Encapsulates functionality to make Device Authz request calls to an authorization server via REST Services.
|
DeviceAuthzRequest |
Represents a device authorization request to send to the authorization server.
|
DeviceAuthzResponse |
Represents a device authz response received from the authorization server.
|
EndSessionClient |
Encapsulates functionality to make end session request calls to an
authorization server via REST Services.
|
EndSessionRequest |
Represents an end session request to send to the authorization server.
|
EndSessionResponse |
Represents an end session response received from the authorization server.
|
GluuConfigurationClient |
Created by eugeniuparvan on 8/12/16.
|
GluuConfigurationRequest |
Created by eugeniuparvan on 8/12/16.
|
GluuConfigurationResponse |
Created by eugeniuparvan on 8/12/16.
|
JwkClient |
Encapsulates functionality to make JWK request calls to an authorization
server via REST Services.
|
JwkRequest |
Represents a JSON Web Key (JWK) request to send to the authorization server.
|
JwkResponse |
Represents a JSON Web Key (JWK) received from the authorization server.
|
OpenIdConfigurationClient |
Encapsulates functionality to make OpenId Configuration request calls to an authorization server via REST Services.
|
OpenIdConfigurationRequest |
Represents an OpenId Configuration request to send to the authorization server.
|
OpenIdConfigurationResponse |
Represents an OpenId Configuration received from the authorization server.
|
OpenIdConnectDiscoveryClient |
|
OpenIdConnectDiscoveryRequest |
|
OpenIdConnectDiscoveryResponse |
|
QueryStringDecoder |
Provides functionality to parse query strings.
|
RegisterClient |
Encapsulates functionality to make Register request calls to an authorization server via REST Services.
|
RegisterRequest |
Represents a register request to send to the authorization server.
|
RegisterResponse |
Represents a register response received from the authorization server.
|
RevokeSessionClient |
|
RevokeSessionRequest |
|
RevokeSessionResponse |
|
TokenClient |
Encapsulates functionality to make token request calls to an authorization
server via REST Services.
|
TokenRequest |
Represents a token request to send to the authorization server.
|
TokenRequest.Builder |
|
TokenResponse |
Represents a token response received from the authorization server.
|
TokenRevocationClient |
Encapsulates functionality to make token revocation request calls to an authorization server via REST Services.
|
TokenRevocationRequest |
|
TokenRevocationResponse |
|
UserInfoClient |
Encapsulates functionality to make user info request calls to an authorization server via REST Services.
|
UserInfoRequest |
Represents a User Info request to send to the authorization server.
|
UserInfoResponse |
Represents an user info response received from the authorization server.
|