public class BasicAuthVoter extends Object implements org.springframework.security.access.AccessDecisionVoter<org.springframework.security.access.ConfigAttribute>
Constructor and Description |
---|
BasicAuthVoter() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(Class<?> clazz) |
boolean |
supports(org.springframework.security.access.ConfigAttribute attribute) |
int |
vote(org.springframework.security.core.Authentication auth,
org.springframework.security.access.ConfigAttribute object,
Collection<org.springframework.security.access.ConfigAttribute> attributes) |
public boolean supports(org.springframework.security.access.ConfigAttribute attribute)
supports
in interface org.springframework.security.access.AccessDecisionVoter<org.springframework.security.access.ConfigAttribute>
public boolean supports(Class<?> clazz)
supports
in interface org.springframework.security.access.AccessDecisionVoter<org.springframework.security.access.ConfigAttribute>
public int vote(org.springframework.security.core.Authentication auth, org.springframework.security.access.ConfigAttribute object, Collection<org.springframework.security.access.ConfigAttribute> attributes)
vote
in interface org.springframework.security.access.AccessDecisionVoter<org.springframework.security.access.ConfigAttribute>
Copyright © 2018. All rights reserved.