Uses of Class
io.jans.as.client.BaseRequest
-
Packages that use BaseRequest Package Description io.jans.as.client io.jans.as.client.ciba.fcm io.jans.as.client.ciba.ping io.jans.as.client.ciba.push io.jans.as.client.par -
-
Uses of BaseRequest in io.jans.as.client
Classes in io.jans.as.client with type parameters of type BaseRequest Modifier and Type Class Description class
BaseClient<T extends BaseRequest,V extends BaseResponse>
Allows to retrieve HTTP requests to the authorization server and responses from it for display purposes.Subclasses of BaseRequest in io.jans.as.client Modifier and Type Class Description class
AuthorizationRequest
Represents an authorization request to send to the authorization server.class
BackchannelAuthenticationRequest
Represents a CIBA backchannel authorization request to send to the authorization server.class
ClientAuthnRequest
class
ClientInfoRequest
Represents a Client Info request to send to the authorization server.class
DeviceAuthzRequest
Represents a device authorization request to send to the authorization server.class
EndSessionRequest
Represents an end session request to send to the authorization server.class
GluuConfigurationRequest
Created by eugeniuparvan on 8/12/16.class
JwkRequest
Represents a JSON Web Key (JWK) request to send to the authorization server.class
OpenIdConfigurationRequest
Represents an OpenId Configuration request to send to the authorization server.class
OpenIdConnectDiscoveryRequest
class
RegisterRequest
Represents a register request to send to the authorization server.class
RevokeSessionRequest
class
TokenRequest
Represents a token request to send to the authorization server.class
TokenRevocationRequest
class
UserInfoRequest
Represents a User Info request to send to the authorization server.Fields in io.jans.as.client declared as BaseRequest Modifier and Type Field Description protected T
BaseClient. request
-
Uses of BaseRequest in io.jans.as.client.ciba.fcm
Subclasses of BaseRequest in io.jans.as.client.ciba.fcm Modifier and Type Class Description class
FirebaseCloudMessagingRequest
-
Uses of BaseRequest in io.jans.as.client.ciba.ping
Subclasses of BaseRequest in io.jans.as.client.ciba.ping Modifier and Type Class Description class
PingCallbackRequest
-
Uses of BaseRequest in io.jans.as.client.ciba.push
Subclasses of BaseRequest in io.jans.as.client.ciba.push Modifier and Type Class Description class
PushErrorRequest
class
PushTokenDeliveryRequest
-
Uses of BaseRequest in io.jans.as.client.par
Subclasses of BaseRequest in io.jans.as.client.par Modifier and Type Class Description class
ParRequest
-