public class AccountAccessDecisionVoter extends BaseAccessDecisionVoter
| Constructor and Description |
|---|
AccountAccessDecisionVoter(org.duracloud.account.db.repo.DuracloudRepoMgr repoMgr) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getTargetService()
This abstract method returns the class for which this voter has interest.
|
protected int |
voteImpl(org.springframework.security.core.Authentication authentication,
org.aopalliance.intercept.MethodInvocation invocation,
Collection<org.springframework.security.access.ConfigAttribute> attributes,
Object[] methodArgs,
org.duracloud.account.db.model.DuracloudUser user,
SecuredRule securedRule,
String role,
SecuredRule.Scope scope) |
asString, castVote, getAllUserRightsForAcct, getCurrentUser, getRule, getUserRightsForAcct, getUserRoles, hasVote, numUsersForAccount, supports, supports, supportsTarget, vote, voteHasRole, voteMyUserId, voteMyUsername, voteRolesAreSufficientToUpdateOther, voteUserHasRoleOnAccount, voteUserHasRoleOnAcctToUpdateOthersRolespublic AccountAccessDecisionVoter(org.duracloud.account.db.repo.DuracloudRepoMgr repoMgr)
protected Class<?> getTargetService()
BaseAccessDecisionVotergetTargetService in class BaseAccessDecisionVoterprotected int voteImpl(org.springframework.security.core.Authentication authentication,
org.aopalliance.intercept.MethodInvocation invocation,
Collection<org.springframework.security.access.ConfigAttribute> attributes,
Object[] methodArgs,
org.duracloud.account.db.model.DuracloudUser user,
SecuredRule securedRule,
String role,
SecuredRule.Scope scope)
voteImpl in class BaseAccessDecisionVoterCopyright © 2009–2016 DuraSpace. All rights reserved.