public class DMFGrantedAuthority extends Object implements org.springframework.security.core.GrantedAuthority
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
static org.springframework.security.core.GrantedAuthority[] |
createAuthorities(org.springframework.security.core.GrantedAuthority[] authorizedDmf)
Crée la liste des authorisations à partir d'une liste de DMFAccessAuthority
|
boolean |
equals(Object o) |
String |
getAuthority()
the
GrantedAuthority cannot be expressed with sufficient
precision as a String , null is returned. |
String |
getCodeDmf() |
String |
getUserOption() |
int |
hashCode() |
String |
toString() |
public static org.springframework.security.core.GrantedAuthority[] createAuthorities(org.springframework.security.core.GrantedAuthority[] authorizedDmf)
authorizedDmf
- Liste des DMF authorisésGrantedAuthority
public String getCodeDmf()
public String getUserOption()
public String getAuthority()
GrantedAuthority
cannot be expressed with sufficient
precision as a String
, null
is returned.getAuthority
in interface org.springframework.security.core.GrantedAuthority
public int compareTo(Object o)
Copyright © 2016. All rights reserved.