Uses of Class
com.iizix.server.oauth.OAuthSession
Packages that use OAuthSession Package Description com.iizix.server.oauth com.iizix.server.oauth.services Uses of OAuthSession in com.iizix.server.oauth
Fields in com.iizix.server.oauth declared as OAuthSession Modifier and Type Field Description protected OAuthSession
AbstractOAuthService. session
The session.Constructors in com.iizix.server.oauth with parameters of type OAuthSession Constructor Description AbstractOAuthService(OAuthSession session, com.github.scribejava.core.oauth.OAuth10aService service)
Constructs the service for OAuth 1.0a.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 OAuthSession Modifier and Type Method Description SERVICE
IServiceCreator. create(OAuthSession session)
Creates the service with the parameters.Constructors in com.iizix.server.oauth.services with parameters of type OAuthSession Constructor Description Facebook(OAuthSession session, java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes)
Constructs the service.Google(OAuthSession session, java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes)
Constructs the service.LinkedIn(OAuthSession session, java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes)
Constructs the service.Microsoft(OAuthSession session, java.lang.String tenant, java.lang.String clientID, java.lang.String clientSecret, java.lang.String... scopes)
Constructs the service.Twitter(OAuthSession session, java.lang.String clientID, java.lang.String clientSecret)
Constructs the service.