Uses of Interface
io.meeds.oauth.spi.OAuthPrincipalProcessor
Packages that use OAuthPrincipalProcessor
Package
Description
-
Uses of OAuthPrincipalProcessor in io.meeds.oauth.facebook
Classes in io.meeds.oauth.facebook that implement OAuthPrincipalProcessor -
Uses of OAuthPrincipalProcessor in io.meeds.oauth.linkedin
Classes in io.meeds.oauth.linkedin that implement OAuthPrincipalProcessor -
Uses of OAuthPrincipalProcessor in io.meeds.oauth.openid
Classes in io.meeds.oauth.openid that implement OAuthPrincipalProcessor -
Uses of OAuthPrincipalProcessor in io.meeds.oauth.principal
Classes in io.meeds.oauth.principal that implement OAuthPrincipalProcessor -
Uses of OAuthPrincipalProcessor in io.meeds.oauth.spi
Methods in io.meeds.oauth.spi that return OAuthPrincipalProcessorConstructors in io.meeds.oauth.spi with parameters of type OAuthPrincipalProcessorModifierConstructorDescriptionOAuthProviderType(String key, boolean enabled, String userNameAttrName, OAuthProviderProcessor<T> oauthProviderProcessor, OAuthPrincipalProcessor principalProcessor, String initOAuthURL, String friendlyName)