Uses of Enum Class
org.mule.runtime.extension.api.security.CredentialsPlacement
Packages that use CredentialsPlacement
Package
Description
-
Uses of CredentialsPlacement in org.mule.runtime.extension.api.connectivity.oauth
Methods in org.mule.runtime.extension.api.connectivity.oauth that return CredentialsPlacementModifier and TypeMethodDescriptionAuthorizationCodeGrantType.getCredentialsPlacement()ClientCredentialsGrantType.getCredentialsPlacement()Constructors in org.mule.runtime.extension.api.connectivity.oauth with parameters of type CredentialsPlacementModifierConstructorDescriptionAuthorizationCodeGrantType(String accessTokenUrl, String authorizationUrl, String accessTokenExpr, String expirationRegex, String refreshTokenExpr, String defaultScope, CredentialsPlacement credentialsPlacement, boolean includeRedirectUriInRefreshTokenRequest) Creates a new instanceClientCredentialsGrantType(String tokenUrl, String accessTokenExpr, String expirationRegex, String defaultScopes, CredentialsPlacement credentialsPlacement) Creates a new instance -
Uses of CredentialsPlacement in org.mule.runtime.extension.api.security
Methods in org.mule.runtime.extension.api.security that return CredentialsPlacementModifier and TypeMethodDescriptionstatic CredentialsPlacementReturns the enum constant of this class with the specified name.static CredentialsPlacement[]CredentialsPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.