Uses of Enum
com.onlinepayments.authentication.AuthorizationType
Packages that use AuthorizationType
-
Uses of AuthorizationType in com.onlinepayments
Methods in com.onlinepayments that return AuthorizationTypeMethods in com.onlinepayments with parameters of type AuthorizationTypeModifier and TypeMethodDescriptionvoidCommunicatorConfiguration.setAuthorizationType(AuthorizationType authorizationType) CommunicatorConfiguration.withAuthorizationType(AuthorizationType authorizationType) -
Uses of AuthorizationType in com.onlinepayments.authentication
Methods in com.onlinepayments.authentication that return AuthorizationTypeModifier and TypeMethodDescriptionstatic AuthorizationTypeAuthorizationType.fromString(String name) static AuthorizationTypeReturns the enum constant of this type with the specified name.static AuthorizationType[]AuthorizationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.onlinepayments.authentication with parameters of type AuthorizationTypeModifierConstructorDescriptionV1HmacAuthenticator(String apiKeyId, String secretApiKey, AuthorizationType authorizationType)