Uses of Class
org.duracloud.account.security.domain.SecuredRule
Packages that use SecuredRule
-
Uses of SecuredRule in org.duracloud.account.security.vote
Methods in org.duracloud.account.security.vote that return SecuredRuleModifier and TypeMethodDescriptionprotected SecuredRuleBaseAccessDecisionVoter.getRule(Collection<org.springframework.security.access.ConfigAttribute> atts) Methods in org.duracloud.account.security.vote with parameters of type SecuredRuleModifier 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)