Package org.oa4mp.server.api
Interface ServiceConstantKeys
-
public interface ServiceConstantKeysProvider standard keys for the service.Created by Jeff Gaynor
on 4/30/12 at 10:59 AM
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALLBACK_URI_KEYstatic StringCERT_LIFETIME_KEYstatic StringCERT_REQUEST_KEYstatic StringCONSUMER_KEYstatic StringFORM_ENCODING_KEYstatic StringTOKEN_KEY
-
-
-
Field Detail
-
CALLBACK_URI_KEY
static final String CALLBACK_URI_KEY
- See Also:
- Constant Field Values
-
TOKEN_KEY
static final String TOKEN_KEY
- See Also:
- Constant Field Values
-
FORM_ENCODING_KEY
static final String FORM_ENCODING_KEY
- See Also:
- Constant Field Values
-
CERT_REQUEST_KEY
static final String CERT_REQUEST_KEY
- See Also:
- Constant Field Values
-
CERT_LIFETIME_KEY
static final String CERT_LIFETIME_KEY
- See Also:
- Constant Field Values
-
CONSUMER_KEY
static final String CONSUMER_KEY
- See Also:
- Constant Field Values
-
-