Uses of Class
com.predic8.membrane.core.interceptor.oauth2.authorizationservice.AuthorizationService
Packages that use AuthorizationService
Package
Description
-
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.jwt
Methods in com.predic8.membrane.core.interceptor.jwt that return AuthorizationServiceMethods in com.predic8.membrane.core.interceptor.jwt with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidJwks.setAuthorizationService(AuthorizationService authService) -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return AuthorizationServiceMethods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidOAuth2ResourceInterceptor.setAuthService(AuthorizationService auth) -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2.authorizationservice
Subclasses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2.authorizationserviceModifier and TypeClassDescriptionclassclassclass -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2.tokengenerators
Methods in com.predic8.membrane.core.interceptor.oauth2.tokengenerators with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionstatic List<JwtGenerator.Claim>JwtGenerator.getClaimsFromSignedIdToken(String idToken, String iss, String aud, String jwksUrl, AuthorizationService as) -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2client
Methods in com.predic8.membrane.core.interceptor.oauth2client that return AuthorizationServiceMethods in com.predic8.membrane.core.interceptor.oauth2client with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidOAuth2Resource2Interceptor.setAuthService(AuthorizationService auth) -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2client.rf
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidSessionAuthorizer.authorizeSession(Map<String, Object> userInfo, Session session, AuthorizationService auth) voidOAuth2CallbackRequestHandler.init(URIFactory uriFactory, AuthorizationService auth, OriginalExchangeStore originalExchangeStore, AccessTokenRevalidator accessTokenRevalidator, SessionAuthorizer sessionAuthorizer, PublicUrlManager publicUrlManager, String callbackPath, boolean onlyRefreshToken) voidPublicUrlManager.init(AuthorizationService auth, String callbackPath) voidSessionAuthorizer.init(AuthorizationService auth, Router router, OAuth2Statistics statistics) voidTokenAuthenticator.init(SessionAuthorizer sessionAuthorizer, OAuth2Statistics statistics, AccessTokenRevalidator accessTokenRevalidator, AuthorizationService authService) -
Uses of AuthorizationService in com.predic8.membrane.core.interceptor.oauth2client.rf.token
Methods in com.predic8.membrane.core.interceptor.oauth2client.rf.token with parameters of type AuthorizationServiceModifier and TypeMethodDescriptionvoidAccessTokenRefresher.init(AuthorizationService auth, boolean onlyRefreshToken) voidAccessTokenRevalidator.init(AuthorizationService auth, OAuth2Statistics statistics) voidTokenResponseHandler.init(AuthorizationService auth)