Uses of Enum Class
org.frankframework.http.rest.ApiListener.AuthenticationMethods
Packages that use ApiListener.AuthenticationMethods
-
Uses of ApiListener.AuthenticationMethods in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return ApiListener.AuthenticationMethodsModifier and TypeMethodDescriptionApiListener.getAuthenticationMethod()
Returns the enum constant of this class with the specified name.static ApiListener.AuthenticationMethods[]
ApiListener.AuthenticationMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.http.rest with parameters of type ApiListener.AuthenticationMethodsModifier and TypeMethodDescriptionvoid
ApiListener.setAuthenticationMethod
(ApiListener.AuthenticationMethods authenticationMethod) Enables security for this listener.