public class SFSessionsEntity extends SFEntitiesBase
client| Constructor and Description |
|---|
SFSessionsEntity(ISFApiClient client) |
| Modifier and Type | Method and Description |
|---|---|
ISFQuery<SFSession> |
acs()
Get Assertion Consumer Service.
|
ISFQuery |
delete()
Logout
Logout the current session - invalidate the current Session ID
|
ISFQuery<SFSession> |
get()
Get Session
Retrieve the current authentication session object.
|
ISFQuery<SFSession> |
login()
Login
API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).
|
ISFQuery<SFSession> |
login(java.lang.String authmethod)
Login
API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).
|
ISFQuery<SFSession> |
login(java.lang.String authmethod,
java.lang.String authcomparison)
Login
API clients can provide ShareFile Authentication directly to any API operation using OAuth (Bearer).
|
getEntitypublic SFSessionsEntity(ISFApiClient client)
public ISFQuery<SFSession> get()
public ISFQuery delete()
public ISFQuery<SFSession> login(java.lang.String authmethod, java.lang.String authcomparison) throws InvalidOrMissingParameterException
authmethod - (default: null)authcomparison - (default: null)InvalidOrMissingParameterExceptionpublic ISFQuery<SFSession> login(java.lang.String authmethod) throws InvalidOrMissingParameterException
authmethod - (default: null)InvalidOrMissingParameterExceptionpublic ISFQuery<SFSession> login()