Package edu.uiuc.ncsa.oa4mp.delegation.server
This package contains the code that a server will use to implement its delegation abilities. Each leg
of the exchange has an Issuer associated with it that encapsulates all the logic needed. Clients will
need to look in the delegation.client.server package for the models of the server they need. This
package is for server-side development only.
-
Class Summary Class Description ServiceTransaction Server-side transactions.ServiceTransactionProvider<V extends ServiceTransaction> Created by Jeff Gaynor
on 4/4/12 at 4:27 PM -
Exception Summary Exception Description ExceptionWrapper A wrapper around an exception that includes any client active at the time.MissingTokenException An exception when a token that must be present is not.NoSuchClientException Created by Jeff Gaynor
on 6/1/23 at 10:09 AMUnapprovedClientException Thrown when a client that has not been approved attempts a request on the server.WrongPasswordException Created by Jeff Gaynor
on 6/1/23 at 9:50 AM