Interface Access.UserDetails
-
- All Known Implementing Classes:
KeystoneAccess.AccessUser
- Enclosing interface:
- Access
public static interface Access.UserDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()List<? extends Role>getRoles()List<? extends Link>getRolesLinks()StringgetUsername()booleanisEnabled()
-