public interface User
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the user's email address.
|
String |
getName()
Gets the user's name.
|
Organization |
getOrganization()
Returns the user's organization identifier.
|
String |
getPassword()
Gets this user's password, if available.
|
String |
getProvider()
Gets the provider where the user is coming from.
|
Set<Role> |
getRoles()
Gets the user's roles.
|
String |
getUsername()
Gets this user's unique account name.
|
boolean |
hasRole(String role)
Returns whether the user is in a specific role.
|
boolean |
isManageable()
Returns
true if this user object can be managed by Opencast. |
String getUsername()
String getPassword()
String getName()
String getEmail()
String getProvider()
boolean isManageable()
true if this user object can be managed by Opencast.true if this user is manageableOrganization getOrganization()
Set<Role> getRoles()
boolean hasRole(String role)
role - the role to checkCopyright © 2009–2021 Opencast Project. All rights reserved.