Skip navigation links
A B C D E F G I L M N O P R S U 

A

AccessDeniedException - Exception in org.duracloud.account.db.util.error
 
AccessDeniedException(String) - Constructor for exception org.duracloud.account.db.util.error.AccessDeniedException
 
accountCreated(AccountCreationInfo) - Method in interface org.duracloud.account.db.util.sys.EventMonitor
This method defines the contract for receiving notification of the 'account-creation' event.
accountCreated(AccountCreationInfo) - Method in class org.duracloud.account.db.util.sys.impl.EventMonitorBase
 
AccountManagerService - Interface in org.duracloud.account.db.util
 
AccountManagerServiceImpl - Class in org.duracloud.account.db.util.impl
 
AccountManagerServiceImpl(DuracloudRepoMgr, AccountServiceFactory, Set<EventMonitor>) - Constructor for class org.duracloud.account.db.util.impl.AccountManagerServiceImpl
 
AccountNotFoundException - Exception in org.duracloud.account.db.util.error
 
AccountNotFoundException() - Constructor for exception org.duracloud.account.db.util.error.AccountNotFoundException
 
AccountNotFoundException(Long) - Constructor for exception org.duracloud.account.db.util.error.AccountNotFoundException
 
AccountService - Interface in org.duracloud.account.db.util
An interface for manipulating account data.
AccountServiceFactory - Interface in org.duracloud.account.db.util
 
AccountServiceFactoryImpl - Class in org.duracloud.account.db.util.impl
This class creates security-wrapped instances of AccountService.
AccountServiceFactoryImpl(DuracloudRepoMgr, AccessDecisionVoter, SecurityContextUtil, AnnotationParser, AmaEndpoint, AccountChangeNotifier, NotificationMgr, EmailTemplateService) - Constructor for class org.duracloud.account.db.util.impl.AccountServiceFactoryImpl
 
AccountServiceImpl - Class in org.duracloud.account.db.util.impl
 
AccountServiceImpl(AmaEndpoint, AccountInfo, DuracloudRepoMgr, AccountChangeNotifier, NotificationMgr, EmailTemplateService) - Constructor for class org.duracloud.account.db.util.impl.AccountServiceImpl
 
AccountServiceSecuredImpl - Class in org.duracloud.account.db.util.impl
This class wraps another AccountService implementation with AccessDecisionVoter security checks based on the AccountService annotations.
AccountServiceSecuredImpl(AccountService, Authentication, AccessDecisionVoter, AnnotationParser) - Constructor for class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
activateAccount(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
activateAccount(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Sets an account in the system to active
addStorageProvider(StorageProviderType) - Method in interface org.duracloud.account.db.util.AccountService
Adds a new secondary storage provider to this account.
addStorageProvider(StorageProviderType) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
addStorageProvider(StorageProviderType) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
addUserToAccount(Long, Long) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method sets the roles of a user in an account.
addUserToAccount(Long, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
AnnotationParser - Interface in org.duracloud.account.db.util.security
 
AnnotationParserImpl - Class in org.duracloud.account.db.util.security.impl
This class provides a utility for searching through a class and its hierarchy for a given annotation.
AnnotationParserImpl() - Constructor for class org.duracloud.account.db.util.security.impl.AnnotationParserImpl
 

B

buildBody(AccountCreationInfo) - Method in class org.duracloud.account.db.util.sys.impl.EventMonitorBase
 
buildBody(AccountCreationInfo) - Method in class org.duracloud.account.db.util.sys.impl.SystemMonitorImpl
 
buildRecipients() - Method in class org.duracloud.account.db.util.sys.impl.EventMonitorBase
 
buildRecipients() - Method in class org.duracloud.account.db.util.sys.impl.SystemMonitorImpl
 
buildSubj(AccountCreationInfo) - Method in class org.duracloud.account.db.util.sys.impl.EventMonitorBase
 
buildSubj(AccountCreationInfo) - Method in class org.duracloud.account.db.util.sys.impl.SystemMonitorImpl
 

C

changePassword(Long, String, boolean, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method changes the password of the user with the arg userId from the oldPassword to the newPassword.
changePassword(Long, String, boolean, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
changePasswordInternal(Long, String, boolean, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
 
changePasswordInternal(Long, String, boolean, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
changePrimaryStorageProvider(Long) - Method in interface org.duracloud.account.db.util.AccountService
Changes the primary storage provider to the one specified by the id.
changePrimaryStorageProvider(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
changePrimaryStorageProvider(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
checkUsername(String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method throws an exception is the username is non-unique or it is not a valid username.
checkUsername(String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
createAccount(AccountCreationInfo) - Method in interface org.duracloud.account.db.util.AccountManagerService
 
createAccount(AccountCreationInfo) - Method in class org.duracloud.account.db.util.impl.AccountManagerServiceImpl
 
createGroup(String, Long) - Method in interface org.duracloud.account.db.util.DuracloudGroupService
 
createGroup(String, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
createNewUser(String, String, String, String, String, String, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method creates and persists a new user.
createNewUser(String, String, String, String, String, String, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 

D

DBNotFoundException - Exception in org.duracloud.account.db.util.error
 
DBNotFoundException(String) - Constructor for exception org.duracloud.account.db.util.error.DBNotFoundException
 
DBNotFoundException(Exception) - Constructor for exception org.duracloud.account.db.util.error.DBNotFoundException
 
deleteAccount(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
deleteAccount(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Delete an account from the system
deleteGroup(DuracloudGroup, Long) - Method in interface org.duracloud.account.db.util.DuracloudGroupService
Deletes a group.
deleteGroup(DuracloudGroup, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
deleteUser(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
deleteUser(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Delete a user from the system
deleteUserInvitation(Long) - Method in interface org.duracloud.account.db.util.AccountService
Deletes an invitation to this account.
deleteUserInvitation(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
deleteUserInvitation(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
DurabossUpdateException - Exception in org.duracloud.account.db.util.error
 
DurabossUpdateException(String, String) - Constructor for exception org.duracloud.account.db.util.error.DurabossUpdateException
 
DurabossUpdateException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DurabossUpdateException
 
DuracloudGroupAlreadyExistsException - Exception in org.duracloud.account.db.util.error
 
DuracloudGroupAlreadyExistsException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudGroupAlreadyExistsException
 
DuracloudGroupAlreadyExistsException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DuracloudGroupAlreadyExistsException
 
DuracloudGroupNotFoundException - Exception in org.duracloud.account.db.util.error
 
DuracloudGroupNotFoundException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudGroupNotFoundException
 
DuracloudGroupNotFoundException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DuracloudGroupNotFoundException
 
DuracloudGroupService - Interface in org.duracloud.account.db.util
A 'group-centric' interface for reading and writing groups associated with an individual account.
DuracloudGroupServiceImpl - Class in org.duracloud.account.db.util.impl
 
DuracloudGroupServiceImpl(DuracloudRepoMgr, AccountChangeNotifier) - Constructor for class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
DuracloudInstanceCreationException - Exception in org.duracloud.account.db.util.error
 
DuracloudInstanceCreationException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudInstanceCreationException
 
DuracloudInstanceCreationException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DuracloudInstanceCreationException
 
DuracloudInstanceUpdateException - Exception in org.duracloud.account.db.util.error
 
DuracloudInstanceUpdateException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudInstanceUpdateException
 
DuracloudMillConfigService - Interface in org.duracloud.account.db.util
Duracloud Mill Configuration Management
DuracloudMillConfigServiceImpl - Class in org.duracloud.account.db.util.impl
A service for modifying Mill configuration settings.
DuracloudMillConfigServiceImpl() - Constructor for class org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
 
DuracloudProviderAccountNotAvailableException - Exception in org.duracloud.account.db.util.error
 
DuracloudProviderAccountNotAvailableException(int) - Constructor for exception org.duracloud.account.db.util.error.DuracloudProviderAccountNotAvailableException
 
DuracloudProviderAccountNotAvailableException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudProviderAccountNotAvailableException
 
DuracloudProviderAccountNotAvailableException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DuracloudProviderAccountNotAvailableException
 
DuracloudServerDetailsNotAvailableException - Exception in org.duracloud.account.db.util.error
 
DuracloudServerDetailsNotAvailableException(Long) - Constructor for exception org.duracloud.account.db.util.error.DuracloudServerDetailsNotAvailableException
 
DuracloudServerImageNotAvailableException - Exception in org.duracloud.account.db.util.error
 
DuracloudServerImageNotAvailableException(String) - Constructor for exception org.duracloud.account.db.util.error.DuracloudServerImageNotAvailableException
 
DuracloudServerImageNotAvailableException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.DuracloudServerImageNotAvailableException
 
DuracloudUserService - Interface in org.duracloud.account.db.util
This interface defines the contract for loading, storing, and managing DuracloudUser entities.
DuracloudUserServiceImpl - Class in org.duracloud.account.db.util.impl
 
DuracloudUserServiceImpl(DuracloudRepoMgr, NotificationMgr, AmaEndpoint, AccountChangeNotifier, EmailTemplateService) - Constructor for class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 

E

EmailTemplateService - Interface in org.duracloud.account.db.util
 
EmailTemplateServiceImpl - Class in org.duracloud.account.db.util.impl
 
EmailTemplateServiceImpl() - Constructor for class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
EmailTemplateUtil - Class in org.duracloud.account.db.util.util
 
EventMonitor - Interface in org.duracloud.account.db.util.sys
 
EventMonitorBase - Class in org.duracloud.account.db.util.sys.impl
 
EventMonitorBase(NotificationMgr) - Constructor for class org.duracloud.account.db.util.sys.impl.EventMonitorBase
 

F

findAccountsByUserId(Long) - Method in interface org.duracloud.account.db.util.AccountManagerService
 
findAccountsByUserId(Long) - Method in class org.duracloud.account.db.util.impl.AccountManagerServiceImpl
 
forgotPassword(String, String, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method generates a random password, replaces the existing password with the randomly generated one, and sends an email to the address on file for the given username.
forgotPassword(String, String, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
format(Map<String, String>, String) - Static method in class org.duracloud.account.db.util.util.EmailTemplateUtil
 

G

get() - Method in interface org.duracloud.account.db.util.DuracloudMillConfigService
 
get() - Method in interface org.duracloud.account.db.util.GlobalPropertiesConfigService
 
get() - Method in class org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
 
get() - Method in class org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
 
getAccount(Long) - Method in interface org.duracloud.account.db.util.AccountManagerService
Returns an AccountService interface.
getAccount(AccountInfo) - Method in interface org.duracloud.account.db.util.AccountServiceFactory
This method provides an AccountService for access to the arg acctInfo
getAccount(Long) - Method in interface org.duracloud.account.db.util.AccountServiceFactory
This method provides an AccountService for access to the arg acctId
getAccount(Long) - Method in class org.duracloud.account.db.util.impl.AccountManagerServiceImpl
 
getAccount(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceFactoryImpl
 
getAccount(AccountInfo) - Method in class org.duracloud.account.db.util.impl.AccountServiceFactoryImpl
 
getAccount(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
getAccount(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Gets an account from the system
getAccountId() - Method in interface org.duracloud.account.db.util.AccountService
This method returns the id of account
getAccountId() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getAccountId() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
getAccountUsers(AccountInfo) - Method in class org.duracloud.account.db.util.util.UserFinderUtil
Retrieves the users associated with the account
getAdminAddress() - Method in class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
getArguments() - Method in class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 
getAuthentication() - Method in class org.duracloud.account.db.util.security.SecurityContextUtil
 
getConfig() - Method in interface org.duracloud.account.db.util.notification.NotificationMgr
Retrieves the configuration of the NotificationMgr
getConfig() - Method in class org.duracloud.account.db.util.notification.NotificationMgrImpl
 
getEmailer() - Method in interface org.duracloud.account.db.util.notification.NotificationMgr
This method returns an emailer resource
getEmailer() - Method in class org.duracloud.account.db.util.notification.NotificationMgrImpl
 
getEmailerType() - Method in class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
getFromAddress() - Method in class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
getGroup(String, Long) - Method in interface org.duracloud.account.db.util.DuracloudGroupService
 
getGroup(String, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
getGroups(Long) - Method in interface org.duracloud.account.db.util.DuracloudGroupService
Returns a set of groups associated with the underlying Account.
getGroups(Long) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
getMethod() - Method in class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 
getMethodAnnotationsForClass(Class, Class) - Method in interface org.duracloud.account.db.util.security.AnnotationParser
This method searches through a class and its hierarchy for a given annotation.
getMethodAnnotationsForClass(Class, Class) - Method in class org.duracloud.account.db.util.security.impl.AnnotationParserImpl
 
getPassword() - Method in class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
getPendingInvitations() - Method in interface org.duracloud.account.db.util.AccountService
Gets a listing of the user invitations which are associated with this account.
getPendingInvitations() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getPendingInvitations() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
getPrimaryStorageProvider() - Method in interface org.duracloud.account.db.util.AccountService
Retrieves the primary storage provider account info
getPrimaryStorageProvider() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getPrimaryStorageProvider() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
getRepo() - Method in class org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
 
getRepo() - Method in class org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
 
getSecondaryStorageProviders() - Method in interface org.duracloud.account.db.util.AccountService
Retrieves the info for all secondary storage provider accounts
getSecondaryStorageProviders() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getSecondaryStorageProviders() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
getSecondaryStorageProviders(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
getSecondaryStorageProviders(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Gets secondary storage providers for an account from the system
getStaticPart() - Method in class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 
getSubdomain() - Method in interface org.duracloud.account.db.util.AccountService
This method returns the subdomain associated with this account.
getSubdomain() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getSubdomain() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
getTemplate(Long) - Method in interface org.duracloud.account.db.util.EmailTemplateService
Returns the template by id
getTemplate(EmailTemplate.Templates) - Method in interface org.duracloud.account.db.util.EmailTemplateService
Returns the template by enum value
getTemplate(EmailTemplate.Templates) - Method in class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
getTemplate(Long) - Method in class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
getThis() - Method in class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 
getUsername() - Method in class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
getUsers() - Method in interface org.duracloud.account.db.util.AccountService
 
getUsers() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
getUsers() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
GlobalPropertiesConfigService - Interface in org.duracloud.account.db.util
Duracloud Mill Configuration Management
GlobalPropertiesConfigServiceImpl - Class in org.duracloud.account.db.util.impl
A service for modifying global configuration settings.
GlobalPropertiesConfigServiceImpl() - Constructor for class org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
 

I

init() - Method in class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
InstanceAccountNotFoundException - Exception in org.duracloud.account.db.util.error
 
InstanceAccountNotFoundException() - Constructor for exception org.duracloud.account.db.util.error.InstanceAccountNotFoundException
 
InstanceAccountNotFoundException(Long, Long) - Constructor for exception org.duracloud.account.db.util.error.InstanceAccountNotFoundException
 
InvalidGroupNameException - Exception in org.duracloud.account.db.util.error
 
InvalidGroupNameException(String) - Constructor for exception org.duracloud.account.db.util.error.InvalidGroupNameException
 
InvalidPasswordException - Exception in org.duracloud.account.db.util.error
 
InvalidPasswordException(Long) - Constructor for exception org.duracloud.account.db.util.error.InvalidPasswordException
 
InvalidRedemptionCodeException - Exception in org.duracloud.account.db.util.error
 
InvalidRedemptionCodeException(String) - Constructor for exception org.duracloud.account.db.util.error.InvalidRedemptionCodeException
 
InvalidUsernameException - Exception in org.duracloud.account.db.util.error
 
InvalidUsernameException(String) - Constructor for exception org.duracloud.account.db.util.error.InvalidUsernameException
 
inviteUser(String, String) - Method in interface org.duracloud.account.db.util.AccountService
Invites a user to join this account by sending a notification to the provided email address.
inviteUser(String, String) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
inviteUser(String, String) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
isGroupNameValid(String) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
This method is 'protected' for testing purposes only.

L

list() - Method in interface org.duracloud.account.db.util.EmailTemplateService
Lists all the email templates
list() - Method in class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
listAllAccounts(String) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
listAllAccounts(String) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
 
listAllRootUsers(String) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
listAllRootUsers(String) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
 
listAllUsers(String) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
listAllUsers(String) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
 
loadDefault(EmailTemplate.Templates) - Static method in class org.duracloud.account.db.util.util.EmailTemplateUtil
 
loadDuracloudUserByIdInternal(Long) - Method in interface org.duracloud.account.db.util.DuracloudUserService
 
loadDuracloudUserByIdInternal(Long) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
loadDuracloudUserByUsername(String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method loads a DuracloudUser from the persistence layer and populate its rights info.
loadDuracloudUserByUsername(String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
loadDuracloudUserByUsernameInternal(String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
 
loadDuracloudUserByUsernameInternal(String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
loadUserByUsername(String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 

M

MethodInvocationImpl - Class in org.duracloud.account.db.util.security.impl
This class provides an implementation of the aopalliance MethodInvocation for use in AccessDecisionVoter security checks in cases where the application context is not managing the security AOP.
MethodInvocationImpl(Object, String, Object[]) - Constructor for class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 

N

NotificationMgr - Interface in org.duracloud.account.db.util.notification
This interface defines the contract for retrieval of notification resources.
NotificationMgrConfig - Class in org.duracloud.account.db.util.notification
 
NotificationMgrConfig(EmailerType, String, String, String, String) - Constructor for class org.duracloud.account.db.util.notification.NotificationMgrConfig
 
NotificationMgrImpl - Class in org.duracloud.account.db.util.notification
 
NotificationMgrImpl(McConfig) - Constructor for class org.duracloud.account.db.util.notification.NotificationMgrImpl
 
Notifier - Class in org.duracloud.account.db.util.notification
 
Notifier(Emailer, AmaEndpoint, EmailTemplateService) - Constructor for class org.duracloud.account.db.util.notification.Notifier
 

O

org.duracloud.account.db.util - package org.duracloud.account.db.util
 
org.duracloud.account.db.util.error - package org.duracloud.account.db.util.error
 
org.duracloud.account.db.util.impl - package org.duracloud.account.db.util.impl
 
org.duracloud.account.db.util.notification - package org.duracloud.account.db.util.notification
 
org.duracloud.account.db.util.security - package org.duracloud.account.db.util.security
 
org.duracloud.account.db.util.security.impl - package org.duracloud.account.db.util.security.impl
 
org.duracloud.account.db.util.sys - package org.duracloud.account.db.util.sys
 
org.duracloud.account.db.util.sys.impl - package org.duracloud.account.db.util.sys.impl
 
org.duracloud.account.db.util.util - package org.duracloud.account.db.util.util
 

P

proceed() - Method in class org.duracloud.account.db.util.security.impl.MethodInvocationImpl
 

R

redeemAccountInvitation(Long, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method redeems an invitation to add this user to a DuraCloud account.
redeemAccountInvitation(Long, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
redeemPasswordChangeRequest(Long, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
 
redeemPasswordChangeRequest(Long, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
removeStorageProvider(Long) - Method in interface org.duracloud.account.db.util.AccountService
Removes a storage provider from the list of secondary storage providers for this account.
removeStorageProvider(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
removeStorageProvider(Long) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
ReservedPrefixException - Exception in org.duracloud.account.db.util.error
 
ReservedPrefixException(String) - Constructor for exception org.duracloud.account.db.util.error.ReservedPrefixException
 
ReservedUsernameException - Exception in org.duracloud.account.db.util.error
 
ReservedUsernameException(String) - Constructor for exception org.duracloud.account.db.util.error.ReservedUsernameException
 
resetUsersPassword(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
resetUsersPassword(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Reset a user's password
retrieveAccountInfo() - Method in interface org.duracloud.account.db.util.AccountService
 
retrieveAccountInfo() - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
retrieveAccountInfo() - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
retrievePassordChangeInvitation(String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
Returns a user password change invitation
retrievePassordChangeInvitation(String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
revokeUserRights(Long, Long) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method removes all rights to an account for a given user.
revokeUserRights(Long, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
RootAccountManagerService - Interface in org.duracloud.account.db.util
An interface for the account management application administrator.
RootAccountManagerServiceImpl - Class in org.duracloud.account.db.util.impl
 
RootAccountManagerServiceImpl(DuracloudRepoMgr, DuracloudUserService, AccountChangeNotifier) - Constructor for class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 

S

SecurityContextUtil - Class in org.duracloud.account.db.util.security
This class returns the Credential of the user currently logged into the session.
SecurityContextUtil() - Constructor for class org.duracloud.account.db.util.security.SecurityContextUtil
 
sendNotificationCreateNewUser(DuracloudUser) - Method in class org.duracloud.account.db.util.notification.Notifier
 
sendNotificationPasswordReset(DuracloudUser, String, Date) - Method in class org.duracloud.account.db.util.notification.Notifier
 
sendNotificationRedeemedInvitation(DuracloudUser, String) - Method in class org.duracloud.account.db.util.notification.Notifier
 
sendNotificationUserAddedToAccount(DuracloudUser, AccountInfo) - Method in class org.duracloud.account.db.util.notification.Notifier
 
sendNotificationUserInvitation(UserInvitation) - Method in class org.duracloud.account.db.util.notification.Notifier
 
set(String, Integer, String, String, String, String, String, String, String, Integer, String, String, String, String) - Method in interface org.duracloud.account.db.util.DuracloudMillConfigService
 
set(String, String, Integer, String, String, String, String, String, String, String, String) - Method in interface org.duracloud.account.db.util.GlobalPropertiesConfigService
 
set(String, Integer, String, String, String, String, String, String, String, Integer, String, String, String, String) - Method in class org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
 
set(String, String, Integer, String, String, String, String, String, String, String, String) - Method in class org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
 
setRepo(DuracloudMillRepo) - Method in class org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
 
setRepo(GlobalPropertiesRepo) - Method in class org.duracloud.account.db.util.impl.GlobalPropertiesConfigServiceImpl
 
setRootUser(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
setRootUser(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Add root to a user
setupStorageProvider(Long, String, String, Map<String, String>, int) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
setupStorageProvider(Long, String, String, Map<String, String>, int) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Sets up a storage provider
setUserRights(Long, Long, Role...) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method sets the roles of a user in an account.
setUserRights(Long, Long, Role...) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
storeAccountInfo(String, String, String) - Method in interface org.duracloud.account.db.util.AccountService
 
storeAccountInfo(String, String, String) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
storeAccountInfo(String, String, String) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
storeAccountStatus(AccountInfo.AccountStatus) - Method in interface org.duracloud.account.db.util.AccountService
 
storeAccountStatus(AccountInfo.AccountStatus) - Method in class org.duracloud.account.db.util.impl.AccountServiceImpl
 
storeAccountStatus(AccountInfo.AccountStatus) - Method in class org.duracloud.account.db.util.impl.AccountServiceSecuredImpl
 
storeUserDetails(Long, String, String, String, String, String, String) - Method in interface org.duracloud.account.db.util.DuracloudUserService
This method persists the arg user details.
storeUserDetails(Long, String, String, String, String, String, String) - Method in class org.duracloud.account.db.util.impl.DuracloudUserServiceImpl
 
SubdomainAlreadyExistsException - Exception in org.duracloud.account.db.util.error
 
SubdomainAlreadyExistsException() - Constructor for exception org.duracloud.account.db.util.error.SubdomainAlreadyExistsException
 
subdomainAvailable(String) - Method in interface org.duracloud.account.db.util.AccountManagerService
Checks to see if the subdomain is available.
subdomainAvailable(String) - Method in class org.duracloud.account.db.util.impl.AccountManagerServiceImpl
 
SystemMonitorImpl - Class in org.duracloud.account.db.util.sys.impl
This class monitors application events and notifies the system admin(s).
SystemMonitorImpl(NotificationMgr, McConfig, AmaEndpoint) - Constructor for class org.duracloud.account.db.util.sys.impl.SystemMonitorImpl
 

U

UnsentEmailException - Exception in org.duracloud.account.db.util.error
 
UnsentEmailException(String, Throwable) - Constructor for exception org.duracloud.account.db.util.error.UnsentEmailException
 
unsetRootUser(Long) - Method in class org.duracloud.account.db.util.impl.RootAccountManagerServiceImpl
 
unsetRootUser(Long) - Method in interface org.duracloud.account.db.util.RootAccountManagerService
Remove root from a user
update(Long, String, String) - Method in interface org.duracloud.account.db.util.EmailTemplateService
Updates the template and returns the updated object.
update(Long, String, String) - Method in class org.duracloud.account.db.util.impl.EmailTemplateServiceImpl
 
updateGroupUsers(DuracloudGroup, Set<DuracloudUser>, Long) - Method in interface org.duracloud.account.db.util.DuracloudGroupService
This method replaces the users (if any) associated with the specified group.
updateGroupUsers(DuracloudGroup, Set<DuracloudUser>, Long) - Method in class org.duracloud.account.db.util.impl.DuracloudGroupServiceImpl
 
UserAlreadyExistsException - Exception in org.duracloud.account.db.util.error
 
UserAlreadyExistsException(String) - Constructor for exception org.duracloud.account.db.util.error.UserAlreadyExistsException
 
UserFinderUtil - Class in org.duracloud.account.db.util.util
 
UserFinderUtil(DuracloudRepoMgr) - Constructor for class org.duracloud.account.db.util.util.UserFinderUtil
 
A B C D E F G I L M N O P R S U 
Skip navigation links

Copyright © 2009–2020 LYRASIS. All rights reserved.