Skip navigation links
C D E G I R S U 

C

ClientDataDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for client data objects.
ClientDataDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for client data objects.
ClientDataDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Initializes a new ClientDataDto.
ClientDataDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Initializes a new ClientDataDto.
ClientDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for client objects.
ClientDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for client objects.
ClientDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.ClientDto
Initializes a new ClientDto.
ClientDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.ClientDto
Initializes a new ClientDto.
com.openexchange.oauth.provider.rmi.client - package com.openexchange.oauth.provider.rmi.client
 
containsContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a contact address was set.
containsContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a contact address was set.
containsDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a default scope was set.
containsDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a default scope was set.
containsDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a description was set.
containsDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a description was set.
containsIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether an icon was set.
containsIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether an icon was set.
containsName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a name was set.
containsName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a name was set.
containsRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether the redirect URIs were set.
containsRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether the redirect URIs were set.
containsWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a website was set.
containsWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets whether a website was set.

D

DEFAULT_GID - Static variable in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
The default context group ID.
DEFAULT_GID - Static variable in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
The default context group ID.
disableClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Disables denoted client
disableClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Disables denoted client

E

enableClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Enables denoted client
enableClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Enables denoted client

G

getClientById(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Gets the client identified by the given identifier.
getClientById(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Gets the client identified by the given identifier.
getClients(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Gets all clients for the given context group.
getClients(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Gets all clients for the given context group.
getContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the email address to contact the client vendor.
getContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the email address to contact the client vendor.
getContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the email address to contact the client vendor.
getContactAddress() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the email address to contact the client vendor.
getData() - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Gets the icon data as raw bytes.
getData() - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Gets the icon data as raw bytes.
getDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the default scope that should be applied when an authorization request does not specify a certain scope.
getDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the default scope that should be applied when an authorization request does not specify a certain scope.
getDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the default scope that should be applied when an authorization request does not specify a certain scope.
getDefaultScope() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the default scope that should be applied when an authorization request does not specify a certain scope.
getDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients description.
getDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients description.
getDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients description.
getDescription() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients description.
getIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients icon.
getIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients icon.
getIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients icon.
getIcon() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients icon.
getId() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients public identifier.
getId() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients public identifier.
getMimeType() - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Gets the mimeType.
getMimeType() - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Gets the mimeType.
getName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients name.
getName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the clients name.
getName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients name.
getName() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients name.
getRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the list of redirect URIs that are used to callback the client when a user grants access.
getRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the list of redirect URIs that are used to callback the client when a user grants access.
getRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the list of redirect URIs that are used to callback the client when a user grants access.
getRedirectURIs() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the list of redirect URIs that are used to callback the client when a user grants access.
getRegistrationDate() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the registration date of the client in milliseconds since January 1, 1970, 00:00:00 GMT.
getRegistrationDate() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the registration date of the client in milliseconds since January 1, 1970, 00:00:00 GMT.
getSecret() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients secret.
getSecret() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the clients secret.
getWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the URL of the clients website.
getWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Gets the URL of the clients website.
getWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the URL of the clients website.
getWebsite() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets the URL of the clients website.

I

IconDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for icon objects.
IconDto - Class in com.openexchange.oauth.provider.rmi.client
DTO class for icon objects.
IconDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.IconDto
Initializes a new IconDto.
IconDto() - Constructor for class com.openexchange.oauth.provider.rmi.client.IconDto
Initializes a new IconDto.
isEnabled() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets whether the client is enabled or not.
isEnabled() - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Gets whether the client is enabled or not.

R

registerClient(String, ClientDataDto, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Registers (adds) a client according to given client data.
registerClient(String, ClientDataDto, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Registers (adds) a client according to given client data.
RemoteClientManagement - Interface in com.openexchange.oauth.provider.rmi.client
RemoteClientManagement - The RMI stub for OAuth Client management.
RemoteClientManagement - Interface in com.openexchange.oauth.provider.rmi.client
RemoteClientManagement - The RMI stub for OAuth Client management.
RemoteClientManagementException - Exception in com.openexchange.oauth.provider.rmi.client
RMI wrapper exception.
RemoteClientManagementException - Exception in com.openexchange.oauth.provider.rmi.client
RMI wrapper exception.
RemoteClientManagementException(String) - Constructor for exception com.openexchange.oauth.provider.rmi.client.RemoteClientManagementException
 
RemoteClientManagementException(String) - Constructor for exception com.openexchange.oauth.provider.rmi.client.RemoteClientManagementException
 
revokeClientSecret(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Revokes a client's current secret and generates a new one.
revokeClientSecret(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Revokes a client's current secret and generates a new one.
RMI_NAME - Static variable in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
RMI name to be used in the naming lookup.
RMI_NAME - Static variable in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
RMI name to be used in the naming lookup.

S

setContactAddress(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the email address to contact the client vendor.
setContactAddress(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the email address to contact the client vendor.
setContactAddress(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the email address to contact the client vendor.
setContactAddress(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the email address to contact the client vendor.
setData(byte[]) - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Sets the icon data as raw bytes.
setData(byte[]) - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Sets the icon data as raw bytes.
setDefaultScope(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the default scope that should be applied when an authorization request does not specify a certain scope.
setDefaultScope(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the default scope that should be applied when an authorization request does not specify a certain scope.
setDefaultScope(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the default scope that should be applied when an authorization request does not specify a certain scope.
setDefaultScope(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the default scope that should be applied when an authorization request does not specify a certain scope.
setDescription(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients description.
setDescription(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients description.
setDescription(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients description.
setDescription(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients description.
setEnabled(boolean) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets whether the client is enabled or not.
setEnabled(boolean) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets whether the client is enabled or not.
setIcon(IconDto) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients icon.
setIcon(IconDto) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients icon.
setIcon(IconDto) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients icon.
setIcon(IconDto) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients icon.
setId(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients public identifier.
setId(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients public identifier.
setMimeType(String) - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Sets the mimeType.
setMimeType(String) - Method in class com.openexchange.oauth.provider.rmi.client.IconDto
Sets the mimeType.
setName(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients name.
setName(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the clients name.
setName(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients name.
setName(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients name.
setRedirectURIs(List<String>) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the list of redirect URIs that are used to callback the client when a user grants access.
setRedirectURIs(List<String>) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the list of redirect URIs that are used to callback the client when a user grants access.
setRedirectURIs(List<String>) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the list of redirect URIs that are used to callback the client when a user grants access.
setRedirectURIs(List<String>) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the list of redirect URIs that are used to callback the client when a user grants access.
setRegistrationDate(long) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the registration date of the client in milliseconds since January 1, 1970, 00:00:00 GMT.
setRegistrationDate(long) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the registration date of the client in milliseconds since January 1, 1970, 00:00:00 GMT.
setSecret(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients secret.
setSecret(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the clients secret.
setWebsite(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the URL of the clients website.
setWebsite(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDataDto
Sets the URL of the clients website.
setWebsite(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the URL of the clients website.
setWebsite(String) - Method in class com.openexchange.oauth.provider.rmi.client.ClientDto
Sets the URL of the clients website.

U

unregisterClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Unregisters an existing client
unregisterClient(String, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Unregisters an existing client
updateClient(String, ClientDataDto, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Updates an existing client's attributes according to given client data.
updateClient(String, ClientDataDto, Credentials) - Method in interface com.openexchange.oauth.provider.rmi.client.RemoteClientManagement
Updates an existing client's attributes according to given client data.
C D E G I R S U 
Skip navigation links