Uses of Class
io.jans.as.client.BaseRequest
-
-
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
-
Uses of BaseRequest in io.jans.as.client.ssa.create
Subclasses of BaseRequest in io.jans.as.client.ssa.create Modifier and Type Class Description class
SsaCreateRequest
-
Uses of BaseRequest in io.jans.as.client.ssa.get
Subclasses of BaseRequest in io.jans.as.client.ssa.get Modifier and Type Class Description class
SsaGetRequest
-
Uses of BaseRequest in io.jans.as.client.ssa.jwtssa
Subclasses of BaseRequest in io.jans.as.client.ssa.jwtssa Modifier and Type Class Description class
SsaGetJwtRequest
-
Uses of BaseRequest in io.jans.as.client.ssa.revoke
Subclasses of BaseRequest in io.jans.as.client.ssa.revoke Modifier and Type Class Description class
SsaRevokeRequest
-
Uses of BaseRequest in io.jans.as.client.ssa.validate
Subclasses of BaseRequest in io.jans.as.client.ssa.validate Modifier and Type Class Description class
SsaValidateRequest
-