Uses of Interface
org.duracloud.account.db.util.AccountService
-
Packages that use AccountService Package Description org.duracloud.account.db.util org.duracloud.account.db.util.impl -
-
Uses of AccountService in org.duracloud.account.db.util
Methods in org.duracloud.account.db.util that return AccountService Modifier and Type Method Description AccountServiceAccountManagerService. createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo)AccountServiceAccountManagerService. getAccount(Long accountId)Returns anAccountServiceinterface.AccountServiceAccountServiceFactory. getAccount(Long acctId)This method provides an AccountService for access to the arg acctIdAccountServiceAccountServiceFactory. 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 AccountService Modifier and Type Class Description classAccountServiceImplclassAccountServiceSecuredImplThis class wraps another AccountService implementation with AccessDecisionVoter security checks based on the AccountService annotations.Methods in org.duracloud.account.db.util.impl that return AccountService Modifier and Type Method Description AccountServiceAccountManagerServiceImpl. createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo)AccountServiceAccountManagerServiceImpl. getAccount(Long accountId)AccountServiceAccountServiceFactoryImpl. getAccount(Long acctId)AccountServiceAccountServiceFactoryImpl. getAccount(org.duracloud.account.db.model.AccountInfo acctInfo)Constructors in org.duracloud.account.db.util.impl with parameters of type AccountService Constructor Description AccountServiceSecuredImpl(AccountService accountService, org.springframework.security.core.Authentication authentication, org.springframework.security.access.AccessDecisionVoter voter, AnnotationParser annotationParser)
-