| Package | Description |
|---|---|
| org.duracloud.account.db.util | |
| org.duracloud.account.db.util.impl |
| Modifier and Type | Method and Description |
|---|---|
AccountService |
AccountManagerService.createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) |
AccountService |
AccountServiceFactory.getAccount(org.duracloud.account.db.model.AccountInfo acctInfo)
This method provides an AccountService for access to the arg acctInfo
|
AccountService |
AccountServiceFactory.getAccount(Long acctId)
This method provides an AccountService for access to the arg acctId
|
AccountService |
AccountManagerService.getAccount(Long accountId)
Returns an
AccountService interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountServiceImpl |
class |
AccountServiceSecuredImpl
This class wraps another AccountService implementation with
AccessDecisionVoter security checks based on the AccountService annotations.
|
| Modifier and Type | Method and Description |
|---|---|
AccountService |
AccountManagerServiceImpl.createAccount(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) |
AccountService |
AccountServiceFactoryImpl.getAccount(org.duracloud.account.db.model.AccountInfo acctInfo) |
AccountService |
AccountServiceFactoryImpl.getAccount(Long acctId) |
AccountService |
AccountManagerServiceImpl.getAccount(Long accountId) |
| Constructor and Description |
|---|
AccountServiceSecuredImpl(AccountService accountService,
org.springframework.security.core.Authentication authentication,
org.springframework.security.access.AccessDecisionVoter voter,
AnnotationParser annotationParser) |
Copyright © 2009–2017 DuraSpace. All rights reserved.