Uses of Interface
org.oa4mp.delegation.common.token.ProtectedAsset
-
-
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.client.request
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request that return ProtectedAsset Modifier and Type Method Description ProtectedAsset
DelegatedAssetResponse. getProtectedAsset()
ProtectedAsset
PAResponse. getProtectedAsset()
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type ProtectedAsset Modifier and Type Method Description void
DelegatedAssetResponse. setProtectedAsset(ProtectedAsset protectedAsset)
void
PAResponse. setProtectedAsset(ProtectedAsset protectedAsset)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type ProtectedAsset Constructor Description DelegatedAssetResponse(ProtectedAsset protectedAsset)
PAResponse(ProtectedAsset protectedAsset)
-
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions
Methods in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions that return ProtectedAsset Modifier and Type Method Description ProtectedAsset
BasicTransaction. getProtectedAsset()
Methods in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions with parameters of type ProtectedAsset Modifier and Type Method Description void
BasicTransaction. setProtectedAsset(ProtectedAsset protectedAsset)
-
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.common.token
Subinterfaces of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.common.token Modifier and Type Interface Description interface
Credential
Models a credential, which consists of a private key and X509 certificate.Classes in edu.uiuc.ncsa.oa4mp.delegation.common.token that implement ProtectedAsset Modifier and Type Class Description class
MyX509Certificates
This wraps whatever X509 certificate is returned (this depends on the implementation). -
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl that implement ProtectedAsset Modifier and Type Class Description class
MyX509Proxy
A proxy extension class capable of storing the private key as well next to the certificates -
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.oa2.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server that return ProtectedAsset Modifier and Type Method Description ProtectedAsset
PAIResponse2. getProtectedAsset()
Getter for protected asset (cert)Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server with parameters of type ProtectedAsset Modifier and Type Method Description void
PAIResponse2. setProtectedAsset(ProtectedAsset protectedAsset)
Setter for protected asset (cert) -
Uses of ProtectedAsset in edu.uiuc.ncsa.oa4mp.delegation.server.request
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.request that return ProtectedAsset Modifier and Type Method Description ProtectedAsset
PAResponse. getProtectedAsset()
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.request with parameters of type ProtectedAsset Modifier and Type Method Description void
PAResponse. setProtectedAsset(ProtectedAsset protectedAsset)
-