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.Pair
Pair. setKey(String key)
Set the key of this pair.Pair
Pair. 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 Client
Client. setAttributes(Pair[] attributes)
Set attributes.Scope
Scope. setAttributes(Pair[] attributes)
Set attributes.Service
Service. setAttributes(Pair[] attributes)
Set attributes.BackchannelAuthenticationCompleteResponse
BackchannelAuthenticationCompleteResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.DeviceAuthorizationResponse
DeviceAuthorizationResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.DeviceVerificationResponse
DeviceVerificationResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.void
IntrospectionResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client that the access token has been issued to.void
TokenIssueResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.void
TokenResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client.void
UserInfoResponse. setClientAttributes(Pair[] attributes)
Set the attributes of the client that the access token has been issued to.IntrospectionRequest
IntrospectionRequest. setHeaders(Pair[] headers)
Set the HTTP headers included in the resource request.ResourceServerSignatureRequest
ResourceServerSignatureRequest. setHeaders(Pair[] headers)
Set the HTTP response headers, all will be included in the signature.UserInfoIssueRequest
UserInfoIssueRequest. setHeaders(Pair[] headers)
Set the HTTP response headers, all will be included in the signature.UserInfoRequest
UserInfoRequest. setHeaders(Pair[] headers)
Set the HTTP headers included in the userinfo request.Service
Service. setMetadata(Pair[] metadata)
Set metadata.BackchannelAuthenticationCompleteResponse
BackchannelAuthenticationCompleteResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.DeviceAuthorizationResponse
DeviceAuthorizationResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.DeviceVerificationResponse
DeviceVerificationResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.void
IntrospectionResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.void
TokenIssueResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.void
TokenResponse. setServiceAttributes(Pair[] attributes)
Set the attributes of the service that the client application belongs to.void
UserInfoResponse. 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 Client
Client. loadAttributes(Iterable<Pair> attributes)
Load attributes from an iterable.Service
Service. loadAttributes(Iterable<Pair> attributes)
Load attributes from an iterable.Scope
Scope. setAttributes(Iterable<Pair> attributes)
Set attributes.
-