Uses of Enum Class
org.duracloud.account.security.domain.SecuredRule.Scope
Packages that use SecuredRule.Scope
-
Uses of SecuredRule.Scope in org.duracloud.account.security.domain
Methods in org.duracloud.account.security.domain that return SecuredRule.ScopeModifier and TypeMethodDescriptionSecuredRule.getScope()static SecuredRule.ScopeReturns the enum constant of this class with the specified name.static SecuredRule.Scope[]SecuredRule.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecuredRule.Scope in org.duracloud.account.security.vote
Methods in org.duracloud.account.security.vote with parameters of type SecuredRule.ScopeModifier and TypeMethodDescriptionprotected intAccountAccessDecisionVoter.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 intAccountManagerAccessDecisionVoter.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 intBaseAccessDecisionVoter.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 intUserAccessDecisionVoter.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)