Uses of Interface
com.flyfish.oauth.entry.AuthenticationEntryPoint
Packages that use AuthenticationEntryPoint
-
Uses of AuthenticationEntryPoint in com.flyfish.oauth.client
Methods in com.flyfish.oauth.client that return AuthenticationEntryPointModifier and TypeMethodDescriptionstatic AuthenticationEntryPointOAuth2SsoClientInitializer.entryPoint() -
Uses of AuthenticationEntryPoint in com.flyfish.oauth.common
Fields in com.flyfish.oauth.common declared as AuthenticationEntryPointModifier and TypeFieldDescriptionprotected AuthenticationEntryPointOAuth2PostAware.authenticationEntryPointMethods in com.flyfish.oauth.common with parameters of type AuthenticationEntryPointModifier and TypeMethodDescriptionvoidOAuth2PostAware.setAuthenticationEntryPoint(AuthenticationEntryPoint entryPoint) 回传接入点voidOAuth2SsoInitializeAware.setAuthenticationEntryPoint(AuthenticationEntryPoint entryPoint) 回传接入点 -
Uses of AuthenticationEntryPoint in com.flyfish.oauth.entry
Classes in com.flyfish.oauth.entry that implement AuthenticationEntryPointModifier and TypeClassDescriptionclassclass授权码模式接入点class基于ScribeJava社区开源组件提供的认证点