Package com.vidispine.generated
Class OAuth2ConfigurationType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.OAuth2ConfigurationType.PropInfo
-
- Enclosing class:
- OAuth2ConfigurationType
public static class OAuth2ConfigurationType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXPECTED_AUDIENCE
static String
FEDERATION_METADATA_INTERVAL
static String
FEDERATION_METADATA_URI
static String
PUBLIC_KEY
static String
TOKEN_USER
static String
VALIDATION_ENDPOINT
static String
X_509_CERTIFICATE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
FEDERATION_METADATA_URI
public static final transient String FEDERATION_METADATA_URI
- See Also:
- Constant Field Values
-
FEDERATION_METADATA_INTERVAL
public static final transient String FEDERATION_METADATA_INTERVAL
- See Also:
- Constant Field Values
-
EXPECTED_AUDIENCE
public static final transient String EXPECTED_AUDIENCE
- See Also:
- Constant Field Values
-
VALIDATION_ENDPOINT
public static final transient String VALIDATION_ENDPOINT
- See Also:
- Constant Field Values
-
TOKEN_USER
public static final transient String TOKEN_USER
- See Also:
- Constant Field Values
-
X_509_CERTIFICATE
public static final transient String X_509_CERTIFICATE
- See Also:
- Constant Field Values
-
PUBLIC_KEY
public static final transient String PUBLIC_KEY
- See Also:
- Constant Field Values
-
-