Class AbstractIssuer
- java.lang.Object
-
- org.oa4mp.delegation.server.issuers.AbstractIssuer
-
- All Implemented Interfaces:
AddressableServer
,Server
public abstract class AbstractIssuer extends Object implements AddressableServer
An issuer creates and issues something (usually tokens and protected assets). We could have called these servers or services as well but the words are so over-used that it is too hard to keep them straight. Generally a client has a model of a service that it talks to called a service. On the server itself, the model of the thing that does the work is an issuer.Created by Jeff Gaynor
on May 13, 2011 at 11:49:42 AM
-
-
Field Summary
Fields Modifier and Type Field Description protected TokenForge
tokenForge
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractIssuer(TokenForge tokenForge, URI address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getAddress()
The actual physical address where this server resides.Response
process(Request request)
-
-
-
Field Detail
-
tokenForge
protected TokenForge tokenForge
-
-
Constructor Detail
-
AbstractIssuer
protected AbstractIssuer(TokenForge tokenForge, URI address)
-
-
Method Detail
-
getAddress
public URI getAddress()
The actual physical address where this server resides.- Specified by:
getAddress
in interfaceAddressableServer
- Returns:
-
-