public class GroupVoter
extends java.lang.Object
implements org.springframework.security.access.AccessDecisionVoter<java.lang.Object>
| Constructor and Description |
|---|
GroupVoter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setGroupPrefix(java.lang.String groupPrefix) |
void |
setMembershipManager(ScimGroupMembershipManager membershipManager) |
boolean |
supports(java.lang.Class<?> clazz) |
boolean |
supports(org.springframework.security.access.ConfigAttribute attribute) |
int |
vote(org.springframework.security.core.Authentication authentication,
java.lang.Object object,
java.util.Collection<org.springframework.security.access.ConfigAttribute> attributes) |
public void setGroupPrefix(java.lang.String groupPrefix)
public void setMembershipManager(ScimGroupMembershipManager membershipManager)
public boolean supports(org.springframework.security.access.ConfigAttribute attribute)
supports in interface org.springframework.security.access.AccessDecisionVoter<java.lang.Object>public boolean supports(java.lang.Class<?> clazz)
supports in interface org.springframework.security.access.AccessDecisionVoter<java.lang.Object>public int vote(org.springframework.security.core.Authentication authentication,
java.lang.Object object,
java.util.Collection<org.springframework.security.access.ConfigAttribute> attributes)
vote in interface org.springframework.security.access.AccessDecisionVoter<java.lang.Object>