- getAccessToken() - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Authenticates the client with the Authorization Service and returns the token.
- getAccessToken(List<String>) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Same function as above, but allows client to ask for specific scopes in the request
- getAccessToken() - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client with the Authorization Service, obtains an access token and returns it.
- getAccessToken(List<String>) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client with the Authorization Service, obtains an access token and returns it; the client can request for specific
scopes during authentication by using the "scopes" parameter.
- getAccessToken() - Method in interface com.avaya.collaboration.authorization.TokenAggregate
-
- getAccessTokenForUser(String, String) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Authenticates the client and the user with the Authorization Service and returns the token.
- getAccessTokenForUser(String, String, List<String>) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Same function as above, but allows client to ask for specific scopes in the request
- getAccessTokenForUser(ServletRequest) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
- getAccessTokenForUser(ServletRequest) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client (along with the user's auth code) with the Authorization Service, obtains an access token and returns it.
- getAccessTokenForUser(String, String) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client and the end user with the Authorization Service, obtains an access token and returns it.
- getAccessTokenForUser(String, String, List<String>) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client and the end user with the Authorization Service, obtains an access token and returns it; the client can
request for specific scopes during authentication by using the "scopes" parameter.
- getClientId() - Method in class com.avaya.collaboration.authorization.ClientParams
-
- getExpiresIn() - Method in interface com.avaya.collaboration.authorization.AccessToken
-
Returns the number of seconds in which the token will expire.
- getKeyAlias() - Method in class com.avaya.collaboration.authorization.ClientParams
-
- getKeyStore() - Method in class com.avaya.collaboration.authorization.ClientParams
-
- getKeyStorePassword() - Method in class com.avaya.collaboration.authorization.ClientParams
-
- getRefreshExpiresIn() - Method in interface com.avaya.collaboration.authorization.RefreshToken
-
- getRefreshToken() - Method in interface com.avaya.collaboration.authorization.TokenAggregate
-
- getScopes() - Method in interface com.avaya.collaboration.authorization.AccessToken
-
Returns a list of scopes associated with the token.
- getStatusCode() - Method in exception com.avaya.collaboration.authorization.HttpResponseException
-
Returns the HTTP response status code
- getStatusMessage() - Method in exception com.avaya.collaboration.authorization.HttpResponseException
-
Returns the HTTP response status message
- getSubject() - Method in interface com.avaya.collaboration.authorization.AccessToken
-
Returns the subject of the token.
- getTokenAggregate() - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
- getTokenAggregate(List<String>) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
- getTokenAggregate(String) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
- getTokenAggregate() - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client with the Authorization Service and obtains a token aggregate.
- getTokenAggregate(List<String>) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client with the Authorization Service, obtains a token aggregate and returns it; the client can request for
specific scopes during authentication by using the "scopes" parameter.
- getTokenAggregate(String) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client with the Authorization Service, obtains a token aggregate using a refresh token and returns it.
- getTokenAggregateForUser(ServletRequest) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Authenticates the client (along with the user's auth code) with the Authorization Service and returns the token aggregate.
- getTokenAggregateForUser(String, String) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Authenticates the client and the user with the Authorization Service and returns the token aggregate.
- getTokenAggregateForUser(String, String, List<String>) - Method in interface com.avaya.collaboration.authorization.AccessTokenProvider
-
Authenticates the client and the user with the Authorization Service and returns the token aggregate.
- getTokenAggregateForUser(ServletRequest) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client (along with the user's auth code) with the Authorization Service, obtains a token aggregate and returns it.
- getTokenAggregateForUser(String, String) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client and the end user with the Authorization Service, obtains a token aggregate and returns it.
- getTokenAggregateForUser(String, String, List<String>) - Method in class com.avaya.collaboration.authorization.AuthorizationClientHelper
-
Authenticates the client and the end user with the Authorization Service, obtains an access token and returns it; the client can
request for specific scopes during authentication by using the "scopes" parameter.
- getTokenEndpoint() - Method in class com.avaya.collaboration.authorization.ClientParams
-
- getTokenType() - Method in interface com.avaya.collaboration.authorization.AccessToken
-
The token type provides the client with the information required to successfully utilize the access token to make a protected
resource request.
- getTrustStore() - Method in class com.avaya.collaboration.authorization.ClientParams
-