Uses of Class
com.iizix.server.oauth.OAuthSession
Packages that use OAuthSession
Uses of OAuthSession in com.iizix.server.oauth
Fields in com.iizix.server.oauth declared as OAuthSessionModifier and TypeFieldDescriptionprotected final OAuthSession
AbstractOAuthService.session
The session.Constructors in com.iizix.server.oauth with parameters of type OAuthSessionModifierConstructorDescriptionprotected
AbstractOAuthService
(OAuthSession session, com.github.scribejava.core.oauth.OAuth10aService service) Constructs the service for OAuth 1.0a.protected
AbstractOAuthService
(OAuthSession session, com.github.scribejava.core.oauth.OAuth20Service service) Constructs the service for OAuth 2.0.Uses of OAuthSession in com.iizix.server.oauth.services
Methods in com.iizix.server.oauth.services with parameters of type OAuthSessionModifier and TypeMethodDescriptionIServiceCreator.create
(OAuthSession session) Creates the service with the parameters.Constructors in com.iizix.server.oauth.services with parameters of type OAuthSessionModifierConstructorDescriptionFacebook
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.Google
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.LinkedIn
(OAuthSession session, String clientID, String clientSecret, String... scopes) Constructs the service.Microsoft
(OAuthSession session, String tenant, String clientID, String clientSecret, String... scopes) Constructs the service.Twitter
(OAuthSession session, String clientID, String clientSecret) Constructs the service.