- getAccessToken() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- getAccessTokenEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The accessTokenEndpoint is responsible for generating an accesstoken for
an authorized user.
- getAccessTokenEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The accessTokenEndpoint is responsible for generating an accesstoken for
an authorized user.
- getAccount(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzService
-
Returns the OAuth2AuthzSession for accountId if any
- getAccountId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The account ID parameter is to identify it ID of the
OAuth2AuthzSession which will be used to store the information.
- getAccountId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
AccountId represents the ID of the account type used to fetch sessions
for the type
- getAccountId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The account ID parameter is to identify it ID of the
OAuth2AuthzSession which will be used to store the information.
- getAccounts() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzService
-
Fetches all OAuth2AuthzSessions in the system.
- getAdditionalAccessParams() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
Sometimes a implementation will need additional parameters when access is performed.
- getAdditionalAccessParams() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
Sometimes a implementation will need additional parameters when access is
performed.
- getAdditionalAuthorizationParams() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
Sometimes a implementation will need additional parameters when
authorization is performed.
- getAdditionalAuthorizationParams() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
Sometimes a implementation will need additional parameters when
authorization is performed.
- getAuthorizationCode() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- getAuthorizationFields(URI, String, byte[]) - Method in interface org.jboss.aerogear.android.authorization.AuthzModule
-
This method is called be Pipe implementations when they need
security applied to their HttpProvider.
- getAuthorizationFields(URI, String, byte[]) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzModule
-
- getAuthzEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The authzEnpoint defines the endpoint which the Authorization module will
use to obtain an authorization token.
- getAuthzEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The authzEnpoint defines the endpoint which the Authorization module will
use to obtain an authorization token.
- getBaseURL() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The baseURL is the url which endpoints will be appended to.
- getBaseURL() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The baseURL is the url which endpoints will be appended to.
- getClientId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The client ID is the ID assigned to the application by the service
provider.
- getClientId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- getClientId() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The client ID is the ID assigned to the application by the service
provider.
- getClientSecret() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The client secret is assigned to the application by the service provider.
- getClientSecret() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The client secret is assigned to the application by the service provider.
- getError() - Method in exception org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationException
-
- getErrorEnum(String) - Static method in enum org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationException.Error
-
- getExpires_on() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- getHttpProvider(URL) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzService
-
This method allows an implementation to change how the HttpProvider is
fetched.
- getModule(String) - Static method in class org.jboss.aerogear.android.authorization.AuthorizationManager
-
Fetches a named module
- getName() - Method in class org.jboss.aerogear.android.authorization.AuthorizationConfiguration
-
- getName() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
Name refers to the name of the module this config will become
- getOnAuthorizationCreatedListeners() - Method in class org.jboss.aerogear.android.authorization.AuthorizationConfiguration
-
OnAuthorizationCreatedListeners are a collection of classes to be
notified when the configuration of the Pipe is complete.
- getRedirectURL() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The redirect URL is the url which handles consuming a response from the
authorization server.
- getRedirectURL() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The redirect URL is the url which handles consuming a response from the
authorization server.
- getRefreshEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The refresh endpoint is the path to the location of the refresh token.
- getRefreshEndpoint() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The refresh endpoint is the path to the location of the refresh token.
- getRefreshToken() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- getScopes() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
Scopes are a list of permissions the application will request at
Authorization.
- getScopes() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
Scopes are a list of permissions the application will request at
Authorization.
- getService() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzService.AGAuthzServiceConnection
-
- getService() - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzService.AuthzBinder
-
- getType() - Method in exception org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationException
-
- setAccessToken(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- setAccessTokenEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The accessTokenEndpoint is responsible for generating an accesstoken for
an authorized user.
- setAccessTokenEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The accessTokenEndpoint is responsible for generating an accesstoken for
an authorized user.
- setAccountId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The account ID parameter is to identify it ID of the
OAuth2AuthzSession which will be used to store the information.
- setAccountId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
AccountId represents the ID of the account type used to fetch sessions
for the type
- setAccountId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The account ID parameter is to identify it ID of the
OAuth2AuthzSession which will be used to store the information.
- setAuthorizationCode(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- setAuthzEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The authzEnpoint defines the endpoint which the Authorization module will
use to obtain an authorization token.
- setAuthzEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The authzEnpoint defines the endpoint which the Authorization module will
use to obtain an authorization token.
- setBaseURL(URL) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The baseURL is the url which endpoints will be appended to.
- setClientId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The client ID is the ID assigned to the application by the service
provider.
- setClientId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- setClientId(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The client ID is the ID assigned to the application by the service
provider.
- setClientSecret(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The client secret is assigned to the application by the service provider.
- setClientSecret(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The client secret is assigned to the application by the service provider.
- setExpires_on(long) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- setName(String) - Method in class org.jboss.aerogear.android.authorization.AuthorizationConfiguration
-
- setOnAuthorizationCreatedListeners(Collection<OnAuthorizationCreatedListener>) - Method in class org.jboss.aerogear.android.authorization.AuthorizationConfiguration
-
OnAuthorizationCreatedListeners are a collection of classes to be
notified when the configuration of the Pipe is complete.
- setReceiver(OAuthWebViewDialog.OAuthReceiver) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuthWebViewDialog
-
- setRedirectURL(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The redirect URL is the url which handles consuming a response from the
authorization server.
- setRedirectURL(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The redirect URL is the url which handles consuming a response from the
authorization server.
- setRefreshEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
The refresh endpoint is the path to the location of the refresh token.
- setRefreshEndpoint(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
The refresh endpoint is the path to the location of the refresh token.
- setRefreshToken(String) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthzSession
-
- setScopes(List<String>) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration
-
Scopes are a list of permissions the application will request at
Authorization.
- setScopes(List<String>) - Method in class org.jboss.aerogear.android.authorization.oauth2.OAuth2Properties
-
Scopes are a list of permissions the application will request at
Authorization.