Package org.opencastproject.security.api
Interface Organization
- All Known Implementing Classes:
DefaultOrganization,JaxbOrganization
public interface Organization
-
Method Summary
-
Method Details
-
getId
String getId()- Returns:
- the id
-
getAnonymousRole
String getAnonymousRole()Returns the name for the local anonymous role.- Returns:
- the anonymous role name
-
getAdminRole
String getAdminRole()Returns the name for the local admin role.- Returns:
- the admin role name
-
getName
String getName()- Returns:
- the name
-
getProperties
Returns the organizational properties- Returns:
- the properties
-
getServers
Returns the server names and the corresponding ports that have been registered with this organization.- Returns:
- the servers
-