Uses of Class
com.predic8.membrane.core.interceptor.oauth2.OAuth2AuthorizationServerInterceptor
Packages that use OAuth2AuthorizationServerInterceptor
Package
Description
-
Uses of OAuth2AuthorizationServerInterceptor in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type OAuth2AuthorizationServerInterceptorModifier and TypeMethodDescriptionvoidWellknownFile.init(Router router, OAuth2AuthorizationServerInterceptor oasi) -
Uses of OAuth2AuthorizationServerInterceptor in com.predic8.membrane.core.interceptor.oauth2.flows
Fields in com.predic8.membrane.core.interceptor.oauth2.flows declared as OAuth2AuthorizationServerInterceptorModifier and TypeFieldDescriptionprotected OAuth2AuthorizationServerInterceptorOAuth2Flow.authServerConstructors in com.predic8.membrane.core.interceptor.oauth2.flows with parameters of type OAuth2AuthorizationServerInterceptorModifierConstructorDescriptionCodeFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) IdTokenTokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) OAuth2Flow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) TokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) -
Uses of OAuth2AuthorizationServerInterceptor in com.predic8.membrane.core.interceptor.oauth2.processors
Fields in com.predic8.membrane.core.interceptor.oauth2.processors declared as OAuth2AuthorizationServerInterceptorModifier and TypeFieldDescriptionprotected final OAuth2AuthorizationServerInterceptorEndpointProcessor.authServerConstructors in com.predic8.membrane.core.interceptor.oauth2.processors with parameters of type OAuth2AuthorizationServerInterceptorModifierConstructorDescription -
Uses of OAuth2AuthorizationServerInterceptor in com.predic8.membrane.core.interceptor.oauth2.request
Fields in com.predic8.membrane.core.interceptor.oauth2.request declared as OAuth2AuthorizationServerInterceptorModifier and TypeFieldDescriptionprotected OAuth2AuthorizationServerInterceptorParameterizedRequest.authServerConstructors in com.predic8.membrane.core.interceptor.oauth2.request with parameters of type OAuth2AuthorizationServerInterceptorModifierConstructorDescriptionAuthWithoutSessionRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) AuthWithSessionRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) ParameterizedRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) UserinfoRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) -
Uses of OAuth2AuthorizationServerInterceptor in com.predic8.membrane.core.interceptor.oauth2.request.tokenrequest
Constructors in com.predic8.membrane.core.interceptor.oauth2.request.tokenrequest with parameters of type OAuth2AuthorizationServerInterceptorModifierConstructorDescriptionAuthorizationCodeFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) CredentialsFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) ErrorFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) PasswordFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) RefreshTokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) TokenFlowDecider(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) TokenRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc)