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 classBaseClient<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 classAuthorizationResponseRepresents an authorization response received from the authorization server.classBackchannelAuthenticationResponseRepresents a CIBA backchannel authorization response.classBaseResponseWithErrors<T extends io.jans.as.model.error.IErrorType>classClientInfoResponseRepresents an client info response received from the authorization server.classDeviceAuthzResponseRepresents a device authz response received from the authorization server.classEndSessionResponseRepresents an end session response received from the authorization server.classGluuConfigurationResponseCreated by eugeniuparvan on 8/12/16.classJwkResponseRepresents a JSON Web Key (JWK) received from the authorization server.classOpenIdConfigurationResponseRepresents an OpenId Configuration received from the authorization server.classOpenIdConnectDiscoveryResponseclassRegisterResponseRepresents a register response received from the authorization server.classRevokeSessionResponseclassTokenResponseRepresents a token response received from the authorization server.classTokenRevocationResponseclassUserInfoResponseRepresents an user info response received from the authorization server.Fields in io.jans.as.client declared as BaseResponse Modifier and Type Field Description protected VBaseClient. 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 BaseResponseBuilder. 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 classFirebaseCloudMessagingResponse -
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 classPingCallbackResponse -
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 classPushErrorResponseclassPushTokenDeliveryResponse -
Uses of BaseResponse in io.jans.as.client.par
Subclasses of BaseResponse in io.jans.as.client.par Modifier and Type Class Description classParResponse -
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 classSsaCreateResponse -
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 classSsaGetResponse -
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 classSsaGetJwtResponse -
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 classSsaRevokeResponse -
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 classSsaValidateResponse
-