Uses of Enum Class
org.frankframework.http.AbstractHttpSession.OauthAuthenticationMethod
-
Uses of AbstractHttpSession.OauthAuthenticationMethod in org.frankframework.http
Modifier and TypeMethodDescriptionAbstractHttpSession.OauthAuthenticationMethod.determineOauthAuthenticationMethod
(AbstractHttpSession session) AbstractHttpSession.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.Modifier and TypeMethodDescriptionvoid
AbstractHttpSession.setOauthAuthenticationMethod
(AbstractHttpSession.OauthAuthenticationMethod oauthAuthenticationMethod) Only used when tokenEndpoint has been configured.