Class CodeFlow
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
com.predic8.membrane.core.interceptor.oauth2.flows.CodeFlow
-
Field Summary
Fields inherited from class com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
authServer, exc, session -
Constructor Summary
ConstructorsConstructorDescriptionCodeFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) -
Method Summary
Methods inherited from class com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
stateQuery
-
Constructor Details
-
CodeFlow
public CodeFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s)
-
-
Method Details
-
getResponse
- Specified by:
getResponsein classOAuth2Flow- Throws:
Exception
-
generateAuthorizationCode
-
respondWithAuthorizationCodeAndRedirect
protected Outcome respondWithAuthorizationCodeAndRedirect(Exchange exc, String code, SessionManager.Session s) throws Exception - Throws:
Exception
-