Uses of Class
org.oa4mp.delegation.client.request.ATResponse
-
Packages that use ATResponse Package Description org.oa4mp.delegation.client org.oa4mp.delegation.client.request org.oa4mp.delegation.client.server This package contains classes that represent the server to the client. -
-
Uses of ATResponse in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client that return ATResponse Modifier and Type Method Description protected ATResponseDelegationService. getAT(ATRequest atRequest)ATResponseDelegationService. getAT(DelegatedAssetRequest delegationAssetRequest)protected ATResponseDelegationService. getAT(AuthorizationGrant grant, Client client, Map<String,String> parameters)Methods in org.oa4mp.delegation.client with parameters of type ATResponse Modifier and Type Method Description DelegatedAssetResponseDelegationService. getCert(ATResponse atResponse, Client client, Map<String,Object> assetParameters) -
Uses of ATResponse in org.oa4mp.delegation.client.request
Subclasses of ATResponse in org.oa4mp.delegation.client.request Modifier and Type Class Description classRTResponseCreated by Jeff Gaynor
on 2/24/14 at 11:19 AMclassUIResponseCreated with IntelliJ IDEA. -
Uses of ATResponse in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server that return ATResponse Modifier and Type Method Description ATResponseATServer. processATRequest(ATRequest atRequest)
-