public class EZIDRequestFactory extends Object
Common EZID constant properties are:
| Constructor and Description |
|---|
EZIDRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
EZIDRequest |
getInstance(String authority,
String username,
String password)
Configure an EZID request.
|
static void |
setEZID_HOST(String aEZID_HOST) |
static void |
setEZID_SCHEME(String aEZID_SCHEME) |
public EZIDRequest getInstance(String authority, String username, String password) throws URISyntaxException
authority - our DOI authority number.username - EZID user name.password - username's password.URISyntaxExceptionpublic static void setEZID_SCHEME(String aEZID_SCHEME)
aEZID_SCHEME - the EZID URL scheme to setpublic static void setEZID_HOST(String aEZID_HOST)
aEZID_HOST - the EZID host to setCopyright © 2013 DuraSpace. All Rights Reserved.