Interface GrantedAuthority
-
- All Known Implementing Classes:
RoleGrantedAuthority
public interface GrantedAuthority
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get()
Gets the string representation of thisGrantedAuthority
.
-
-
-
Method Detail
-
get
String get()
Gets the string representation of thisGrantedAuthority
.- Returns:
- the string authority.
-
-