Uses of Class
io.jans.as.client.BaseResponse
-
-
Uses of BaseResponse in io.jans.as.client
Classes in io.jans.as.client with type parameters of type BaseResponse 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 BaseResponse in io.jans.as.client Modifier and Type Class Description class
AuthorizationResponse
Represents an authorization response received from the authorization server.class
BackchannelAuthenticationResponse
Represents a CIBA backchannel authorization response.class
BaseResponseWithErrors<T extends io.jans.as.model.error.IErrorType>
class
ClientInfoResponse
Represents an client info response received from the authorization server.class
DeviceAuthzResponse
Represents a device authz response received from the authorization server.class
EndSessionResponse
Represents an end session response received from the authorization server.class
GluuConfigurationResponse
Created by eugeniuparvan on 8/12/16.class
JwkResponse
Represents a JSON Web Key (JWK) received from the authorization server.class
OpenIdConfigurationResponse
Represents an OpenId Configuration received from the authorization server.class
OpenIdConnectDiscoveryResponse
class
RegisterResponse
Represents a register response received from the authorization server.class
RevokeSessionResponse
class
TokenResponse
Represents a token response received from the authorization server.class
TokenRevocationResponse
class
UserInfoResponse
Represents an user info response received from the authorization server.Fields in io.jans.as.client declared as BaseResponse Modifier and Type Field Description protected V
BaseClient. response
-
Uses of BaseResponse in io.jans.as.client.builder
Methods in io.jans.as.client.builder that return BaseResponse Modifier and Type Method Description BaseResponse
Builder. execute()
-
Uses of BaseResponse in io.jans.as.client.ciba.fcm
Subclasses of BaseResponse in io.jans.as.client.ciba.fcm Modifier and Type Class Description class
FirebaseCloudMessagingResponse
-
Uses of BaseResponse in io.jans.as.client.ciba.ping
Subclasses of BaseResponse in io.jans.as.client.ciba.ping Modifier and Type Class Description class
PingCallbackResponse
-
Uses of BaseResponse in io.jans.as.client.ciba.push
Subclasses of BaseResponse in io.jans.as.client.ciba.push Modifier and Type Class Description class
PushErrorResponse
class
PushTokenDeliveryResponse
-
Uses of BaseResponse in io.jans.as.client.par
Subclasses of BaseResponse in io.jans.as.client.par Modifier and Type Class Description class
ParResponse
-
Uses of BaseResponse in io.jans.as.client.ssa.create
Subclasses of BaseResponse in io.jans.as.client.ssa.create Modifier and Type Class Description class
SsaCreateResponse
-
Uses of BaseResponse in io.jans.as.client.ssa.get
Subclasses of BaseResponse in io.jans.as.client.ssa.get Modifier and Type Class Description class
SsaGetResponse
-
Uses of BaseResponse in io.jans.as.client.ssa.jwtssa
Subclasses of BaseResponse in io.jans.as.client.ssa.jwtssa Modifier and Type Class Description class
SsaGetJwtResponse
-
Uses of BaseResponse in io.jans.as.client.ssa.revoke
Subclasses of BaseResponse in io.jans.as.client.ssa.revoke Modifier and Type Class Description class
SsaRevokeResponse
-
Uses of BaseResponse in io.jans.as.client.ssa.validate
Subclasses of BaseResponse in io.jans.as.client.ssa.validate Modifier and Type Class Description class
SsaValidateResponse
-