Package org.pac4j.oauth.profile.vk
Class VkConfiguration
java.lang.Object
org.pac4j.core.util.InitializableObject
org.pac4j.core.client.config.BaseClientConfiguration
org.pac4j.oauth.config.OAuthConfiguration
org.pac4j.oauth.config.OAuth20Configuration
org.pac4j.oauth.profile.vk.VkConfiguration
Vk OAuth configuration.
- Since:
- 3.0.0
- Author:
- Jerome Leleu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstantDEFAULT_FIELDS="sex,bdate,photo_50,photo_100,photo_200_"{trunked}static final StringConstantDEFAULT_SCOPE="PERMISSIONS"protected StringFields inherited from class org.pac4j.oauth.config.OAuth20Configuration
OAUTH_CODE, STATE_REQUEST_PARAMETERFields inherited from class org.pac4j.oauth.config.OAuthConfiguration
api, hasBeenCancelledFactory, httpClientConfig, key, OAUTH_TOKEN, profileDefinition, RESPONSE_TYPE_CODE, responseType, scope, secret, tokenAsHeader -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pac4j.oauth.config.OAuth20Configuration
buildService, setStateGeneratorMethods inherited from class org.pac4j.oauth.config.OAuthConfiguration
internalInitMethods inherited from class org.pac4j.core.util.InitializableObject
afterInternalInit, beforeInternalInit, getInitialized, getLastAttempt, getMaxAttempts, getMinTimeIntervalBetweenAttemptsInMilliseconds, getNbAttempts, init, init, isInitialized, reinit, setMaxAttempts, setMinTimeIntervalBetweenAttemptsInMilliseconds, shouldInitialize, toString
-
Field Details
-
DEFAULT_FIELDS
ConstantDEFAULT_FIELDS="sex,bdate,photo_50,photo_100,photo_200_"{trunked}- See Also:
-
fields
-
DEFAULT_SCOPE
ConstantDEFAULT_SCOPE="PERMISSIONS"- See Also:
-
-
Constructor Details
-
VkConfiguration
public VkConfiguration()Constructor for VkConfiguration.
-