Uses of Class
com.authlete.common.dto.Pair
-
Packages that use Pair Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of Pair in com.authlete.common.dto
Methods in com.authlete.common.dto that return Pair Modifier and Type Method Description Pair[]Client. getAttributes()Get attributes.Pair[]Scope. getAttributes()Get attributes.Pair[]Service. getAttributes()Get attributes.Pair[]BackchannelAuthenticationCompleteResponse. getClientAttributes()Get the attributes of the client.Pair[]BackchannelAuthenticationResponse. getClientAttributes()Get the attributes of the client.Pair[]DeviceAuthorizationResponse. getClientAttributes()Get the attributes of the client.Pair[]DeviceVerificationResponse. getClientAttributes()Get the attributes of the client.Pair[]IntrospectionResponse. getClientAttributes()Get the attributes of the client that the access token has been issued to.Pair[]TokenIssueResponse. getClientAttributes()Get the attributes of the client.Pair[]TokenResponse. getClientAttributes()Get the attributes of the client.Pair[]UserInfoResponse. getClientAttributes()Get the attributes of the client that the access token has been issued to.Pair[]IntrospectionRequest. getHeaders()Get the HTTP headers included in the resource request.Pair[]ResourceServerSignatureRequest. getHeaders()Get the HTTP response headers, all will be included in the signature.Pair[]UserInfoIssueRequest. getHeaders()Get the HTTP response headers, all will be included in the signature.Pair[]UserInfoRequest. getHeaders()Get the HTTP headers included in the userinfo request.Pair[]Service. getMetadata()Get metadata.Pair[]BackchannelAuthenticationCompleteResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]BackchannelAuthenticationResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]DeviceAuthorizationResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]DeviceVerificationResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]IntrospectionResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]TokenIssueResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]TokenResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.Pair[]UserInfoResponse. getServiceAttributes()Get the attributes of the service that the client application belongs to.PairPair. setKey(String key)Set the key of this pair.PairPair. setValue(String value)Set the value of this pair.Methods in com.authlete.common.dto with parameters of type Pair Modifier and Type Method Description ClientClient. setAttributes(Pair[] attributes)Set attributes.ScopeScope. setAttributes(Pair[] attributes)Set attributes.ServiceService. setAttributes(Pair[] attributes)Set attributes.BackchannelAuthenticationCompleteResponseBackchannelAuthenticationCompleteResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.DeviceAuthorizationResponseDeviceAuthorizationResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.DeviceVerificationResponseDeviceVerificationResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.voidIntrospectionResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client that the access token has been issued to.voidTokenIssueResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.voidTokenResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client.voidUserInfoResponse. setClientAttributes(Pair[] attributes)Set the attributes of the client that the access token has been issued to.IntrospectionRequestIntrospectionRequest. setHeaders(Pair[] headers)Set the HTTP headers included in the resource request.ResourceServerSignatureRequestResourceServerSignatureRequest. setHeaders(Pair[] headers)Set the HTTP response headers, all will be included in the signature.UserInfoIssueRequestUserInfoIssueRequest. setHeaders(Pair[] headers)Set the HTTP response headers, all will be included in the signature.UserInfoRequestUserInfoRequest. setHeaders(Pair[] headers)Set the HTTP headers included in the userinfo request.ServiceService. setMetadata(Pair[] metadata)Set metadata.BackchannelAuthenticationCompleteResponseBackchannelAuthenticationCompleteResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.BackchannelAuthenticationResponseBackchannelAuthenticationResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.DeviceAuthorizationResponseDeviceAuthorizationResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.DeviceVerificationResponseDeviceVerificationResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.voidIntrospectionResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.voidTokenIssueResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.voidTokenResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.voidUserInfoResponse. setServiceAttributes(Pair[] attributes)Set the attributes of the service that the client application belongs to.Method parameters in com.authlete.common.dto with type arguments of type Pair Modifier and Type Method Description ClientClient. loadAttributes(Iterable<Pair> attributes)Load attributes from an iterable.ServiceService. loadAttributes(Iterable<Pair> attributes)Load attributes from an iterable.ScopeScope. setAttributes(Iterable<Pair> attributes)Set attributes.
-