Interface | Description |
---|---|
Authorization |
An interface represents credentials.
|
AuthorizationConfiguration |
A static factory class for Authorization.
|
OAuth2Support | |
OAuthSupport |
Class | Description |
---|---|
AccessToken |
Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses. |
AuthorizationFactory |
A static factory class for Authorization.
|
BasicAuthorization |
An authentication implementation implements Basic authentication
|
NullAuthorization |
An interface represents credentials.
|
OAuth2Authorization | |
OAuth2Token | |
OAuthAuthorization | |
RequestToken |
Copyright © 2018. All rights reserved.