public final class OAuth2AuthorizationConnectionFactory extends Object
ConnectionFactory
configured with an OAuth2 authorization filter.Modifier and Type | Method and Description |
---|---|
static ConnectionFactory |
getConnectionFactory()
Creates a
ConnectionFactory with a route to the "resource" endpoint, which is protected by the
OAuth2 authorization filter which will deem an access token valid if it matches the string "VALID" and will
return a scope of "SCOPE" and user info of "UID"->"DEMO". |
public static ConnectionFactory getConnectionFactory()
ConnectionFactory
with a route to the "resource" endpoint, which is protected by the
OAuth2 authorization filter which will deem an access token valid if it matches the string "VALID" and will
return a scope of "SCOPE" and user info of "UID"->"DEMO".ConnectionFactory
instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.