Uses of Interface
org.duracloud.account.db.util.AccountService
Packages that use AccountService
-
Uses of AccountService in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that return AccountServiceModifier and TypeMethodDescriptionAccountManagerService.createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) AccountManagerService.getAccount(Long accountId) Returns anAccountServiceinterface.AccountServiceFactory.getAccount(Long acctId) This method provides an AccountService for access to the arg acctIdAccountServiceFactory.getAccount(org.duracloud.account.db.model.AccountInfo acctInfo) This method provides an AccountService for access to the arg acctInfo -
Uses of AccountService in org.duracloud.account.db.util.impl
Classes in org.duracloud.account.db.util.impl that implement AccountServiceModifier and TypeClassDescriptionclassclassThis class wraps another AccountService implementation with AccessDecisionVoter security checks based on the AccountService annotations.Methods in org.duracloud.account.db.util.impl that return AccountServiceModifier and TypeMethodDescriptionAccountManagerServiceImpl.createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) AccountManagerServiceImpl.getAccount(Long accountId) AccountServiceFactoryImpl.getAccount(Long acctId) AccountServiceFactoryImpl.getAccount(org.duracloud.account.db.model.AccountInfo acctInfo) Constructors in org.duracloud.account.db.util.impl with parameters of type AccountServiceModifierConstructorDescriptionAccountServiceSecuredImpl(AccountService accountService, org.springframework.security.core.Authentication authentication, org.springframework.security.access.AccessDecisionVoter voter, AnnotationParser annotationParser)