Uses of Enum Class
org.frankframework.http.rest.ApiListener.AuthenticationMethods
-
Uses of ApiListener.AuthenticationMethods in org.frankframework.http.rest
Modifier 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.Modifier and TypeMethodDescriptionvoid
ApiListener.setAuthenticationMethod
(ApiListener.AuthenticationMethods authenticationMethod) Enables security for this listener.