| Package | Description |
|---|---|
| org.duracloud.account.security.domain | |
| org.duracloud.account.security.vote |
| Modifier and Type | Method and Description |
|---|---|
SecuredRule.Scope |
SecuredRule.getScope() |
static SecuredRule.Scope |
SecuredRule.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuredRule.Scope[] |
SecuredRule.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
UserAccessDecisionVoter.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) |
protected abstract int |
BaseAccessDecisionVoter.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) |
protected int |
AccountManagerAccessDecisionVoter.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) |
protected int |
AccountAccessDecisionVoter.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) |
Copyright © 2009–2016 DuraSpace. All rights reserved.