public class AnterosSecurityVoter extends Object implements org.springframework.security.access.AccessDecisionVoter<org.aopalliance.intercept.MethodInvocation>
| Constructor and Description |
|---|
AnterosSecurityVoter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionPrefix() |
void |
setRolePrefix(String rolePrefix) |
boolean |
supports(Class clazz) |
boolean |
supports(org.springframework.security.access.ConfigAttribute config) |
int |
vote(org.springframework.security.core.Authentication authentication,
org.aopalliance.intercept.MethodInvocation object,
Collection attributes) |
public String getActionPrefix()
public void setRolePrefix(String rolePrefix)
public boolean supports(org.springframework.security.access.ConfigAttribute config)
supports in interface org.springframework.security.access.AccessDecisionVoter<org.aopalliance.intercept.MethodInvocation>public boolean supports(Class clazz)
supports in interface org.springframework.security.access.AccessDecisionVoter<org.aopalliance.intercept.MethodInvocation>public int vote(org.springframework.security.core.Authentication authentication,
org.aopalliance.intercept.MethodInvocation object,
Collection attributes)
vote in interface org.springframework.security.access.AccessDecisionVoter<org.aopalliance.intercept.MethodInvocation>Copyright © 2019 Anteros Tecnologia. All rights reserved.