Uses of Enum Class
org.frankframework.http.AbstractHttpSession.OauthAuthenticationMethod
Packages that use AbstractHttpSession.OauthAuthenticationMethod
-
Uses of AbstractHttpSession.OauthAuthenticationMethod in org.frankframework.http
Methods in org.frankframework.http that return AbstractHttpSession.OauthAuthenticationMethodModifier and TypeMethodDescriptionAbstractHttpSession.OauthAuthenticationMethod.determineOauthAuthenticationMethod(AbstractHttpSession session) AbstractHttpSender.getOauthAuthenticationMethod()Returns the enum constant of this class with the specified name.AbstractHttpSession.OauthAuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.http with parameters of type AbstractHttpSession.OauthAuthenticationMethodModifier and TypeMethodDescriptionvoidAbstractHttpSession.setOauthAuthenticationMethod(AbstractHttpSession.OauthAuthenticationMethod oauthAuthenticationMethod) Only used when tokenEndpoint has been configured.