Class ConstantUtils
java.lang.Object
com.broadleafcommerce.resource.security.utils.compatibility.ConstantUtils
Deprecated, for removal: This API element is subject to removal in a future version.
Match client secret constants.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated, for removal: This API element is subject to removal in a future version.static String
Deprecated, for removal: This API element is subject to removal in a future version.static boolean
isClientSecretBasic
(String clientAuthenticationMethod) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
isClientSecretPost
(String clientAuthenticationMethod) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
BASIC
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
POST
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
isClientSecretBasic
@Deprecated(forRemoval=true, since="2.0.0-GA") public static boolean isClientSecretBasic(@Nullable String clientAuthenticationMethod) Deprecated, for removal: This API element is subject to removal in a future version. -
isClientSecretPost
@Deprecated(forRemoval=true, since="2.0.0-GA") public static boolean isClientSecretPost(@Nullable String clientAuthenticationMethod) Deprecated, for removal: This API element is subject to removal in a future version. -
getClientSecretBasic
Deprecated, for removal: This API element is subject to removal in a future version. -
getClientSecretPost
Deprecated, for removal: This API element is subject to removal in a future version.
-
org.springframework.security.oauth2.core.ClientAuthenticationMethod.CLIENT_SECRET_BASIC
andorg.springframework.security.oauth2.core.ClientAuthenticationMethod.CLIENT_SECRET_POST