public abstract class AbstractGrantedAuthority extends Object implements org.springframework.security.core.GrantedAuthority, Comparable<org.springframework.security.core.GrantedAuthority>
Modifier and Type | Field and Description |
---|---|
static Comparator<org.springframework.security.core.GrantedAuthority> |
COMPARATOR |
Constructor and Description |
---|
AbstractGrantedAuthority() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(org.springframework.security.core.GrantedAuthority rhs) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static final Comparator<org.springframework.security.core.GrantedAuthority> COMPARATOR
public int compareTo(org.springframework.security.core.GrantedAuthority rhs)
compareTo
in interface Comparable<org.springframework.security.core.GrantedAuthority>
Copyright © 2017. All rights reserved.