Uses of Class
com.predic8.membrane.core.interceptor.oauth2.OAuth2AnswerParameters
Packages that use OAuth2AnswerParameters
Package
Description
-
Uses of OAuth2AnswerParameters in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return OAuth2AnswerParametersModifier and TypeMethodDescriptionstatic OAuth2AnswerParametersOAuth2AnswerParameters.deserialize(String oauth2answer) -
Uses of OAuth2AnswerParameters in com.predic8.membrane.core.interceptor.oauth2.authorizationservice
Methods in com.predic8.membrane.core.interceptor.oauth2.authorizationservice with parameters of type OAuth2AnswerParametersModifier and TypeMethodDescriptionAuthorizationService.refreshTokenRequest(Session session, OAuth2AnswerParameters params, String wantedScope) AuthorizationService.requestUserEndpoint(OAuth2AnswerParameters params) -
Uses of OAuth2AnswerParameters in com.predic8.membrane.core.interceptor.oauth2client.rf
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf with parameters of type OAuth2AnswerParametersModifier and TypeMethodDescriptionvoidSessionAuthorizer.retrieveUserInfo(String tokenType, String token, OAuth2AnswerParameters oauth2Answer, Session session) voidSessionAuthorizer.verifyJWT(Exchange exc, String token, OAuth2AnswerParameters oauth2Answer, Session session) -
Uses of OAuth2AnswerParameters in com.predic8.membrane.core.interceptor.oauth2client.rf.token
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf.token with parameters of type OAuth2AnswerParametersModifier and TypeMethodDescriptionvoidTokenResponseHandler.handleTokenResponse(Session session, String wantedScope, Map<String, Object> json, OAuth2AnswerParameters oauth2Answer) -
Uses of OAuth2AnswerParameters in com.predic8.membrane.core.interceptor.session
Methods in com.predic8.membrane.core.interceptor.session that return OAuth2AnswerParametersModifier and TypeMethodDescriptionSession.getOAuth2AnswerParameters()Session.getOAuth2AnswerParameters(String wantedScope)