Uses of Interface
com.predic8.membrane.core.interceptor.oauth2.tokengenerators.TokenGenerator
Packages that use TokenGenerator
Package
Description
-
Uses of TokenGenerator in com.predic8.membrane.core.interceptor.oauth2
Methods in com.predic8.membrane.core.interceptor.oauth2 that return TokenGeneratorModifier and TypeMethodDescriptionOAuth2AuthorizationServerInterceptor.getRefreshTokenGenerator()OAuth2AuthorizationServerInterceptor.getTokenGenerator()OAuth2AuthorizationServerInterceptor.RefreshTokenConfig.getTokenGenerator()Methods in com.predic8.membrane.core.interceptor.oauth2 with parameters of type TokenGeneratorModifier and TypeMethodDescriptionvoidOAuth2AuthorizationServerInterceptor.setRefreshTokenGenerator(TokenGenerator refreshTokenGenerator) voidOAuth2AuthorizationServerInterceptor.RefreshTokenConfig.setTokenGenerator(TokenGenerator tokenGenerator) voidOAuth2AuthorizationServerInterceptor.setTokenGenerator(TokenGenerator tokenGenerator) -
Uses of TokenGenerator in com.predic8.membrane.core.interceptor.oauth2.tokengenerators
Classes in com.predic8.membrane.core.interceptor.oauth2.tokengenerators that implement TokenGenerator