public class ScopedMint extends Object implements Mint
Mint that returns scoped URIs, i.e. URIs with a final parameter of the following form:
scope=<scope>
where scope is the current scope.
A ScopedMint scopes the URIs generated by an existing Mint, an HttpMint by default.
ScopeProvider| Constructor and Description |
|---|
ScopedMint()
Creates an instance with an
HttpMint. |
ScopedMint(Mint mint)
Creates an instance with a given
Mint. |
public ScopedMint()
HttpMint.Copyright © 2020. All Rights Reserved.