public class SignInsApi extends BaseApi implements AccountAuthorizable
Constructor and Description |
---|
SignInsApi() |
Modifier and Type | Method and Description |
---|---|
SignIn |
create(int loginAppId,
FacebookCredentialAttributes facebookCredentialAttributes)
Create a SignIn given facebook credential attributes.
|
SignIn |
create(int loginAppId,
GplusCredentialAttributes gplusCredentialAttributes)
Create a SignIn given google+ credential attributes.
|
SignIn |
create(int loginAppId,
LinkedinCredentialAttributes linkedinCredentialAttributes)
Create a SignIn given linkedin credential attributes.
|
SignIn |
create(int loginAppId,
SignInAttributes signInAttributes)
Create a SignIn given sign in attributes.
|
SignIn |
create(int loginAppId,
TwitterCredentialAttributes twitterCredentialAttributes)
Create a SignIn given twitter credential attributes.
|
AccountAuthorization |
getAccountAuthorization() |
SignInsApi |
setAccountAuthorization(AccountAuthorization accountAuthorization) |
SignIn |
show(int signInId)
Get a SignIn.
|
collectionUrl, getApi, memberUrl, memberUrl, setApi
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApi, setApi
public SignIn show(int signInId) throws java.io.IOException, SocialIdApiException
signInId
- Id of the desired SignInjava.io.IOException
SocialIdApiException
public SignIn create(int loginAppId, SignInAttributes signInAttributes) throws java.io.IOException, SocialIdApiException
loginAppId
- The Id of the Login AppsignInAttributes
- The sign in attributesjava.io.IOException
SocialIdApiException
public SignIn create(int loginAppId, FacebookCredentialAttributes facebookCredentialAttributes) throws java.io.IOException, SocialIdApiException
loginAppId
- The Id of the Login AppfacebookCredentialAttributes
- The facebook credential attributesjava.io.IOException
SocialIdApiException
public SignIn create(int loginAppId, LinkedinCredentialAttributes linkedinCredentialAttributes) throws java.io.IOException, SocialIdApiException
loginAppId
- The Id of the Login ApplinkedinCredentialAttributes
- The linkedin credential attributesjava.io.IOException
SocialIdApiException
public SignIn create(int loginAppId, TwitterCredentialAttributes twitterCredentialAttributes) throws java.io.IOException, SocialIdApiException
loginAppId
- The Id of the Login ApptwitterCredentialAttributes
- The twitter credential attributesjava.io.IOException
SocialIdApiException
public SignIn create(int loginAppId, GplusCredentialAttributes gplusCredentialAttributes) throws java.io.IOException, SocialIdApiException
loginAppId
- The Id of the Login AppgplusCredentialAttributes
- The google+ credential attributesjava.io.IOException
SocialIdApiException
public AccountAuthorization getAccountAuthorization()
getAccountAuthorization
in interface AccountAuthorizable
public SignInsApi setAccountAuthorization(AccountAuthorization accountAuthorization)