Interface ServiceConstantKeys
-
public interface ServiceConstantKeys
Provider 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 String
CALLBACK_URI_KEY
static String
CERT_LIFETIME_KEY
static String
CERT_REQUEST_KEY
static String
CONSUMER_KEY
static String
FORM_ENCODING_KEY
static String
TOKEN_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
-
-