Package org.opencastproject.security.api
Class DefaultOrganization
java.lang.Object
org.opencastproject.security.api.JaxbOrganization
org.opencastproject.security.api.DefaultOrganization
- All Implemented Interfaces:
Organization
The default organization.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencastproject.security.api.JaxbOrganization
JaxbOrganization.OrgProperty, JaxbOrganization.OrgServer -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the default organization's local admin rolestatic final StringName of the default organization's local anonymous rolestatic final StringThe default organization identifierstatic final StringThe default organization nameThe default organization propertiesServername - port mappingsFields inherited from class org.opencastproject.security.api.JaxbOrganization
adminRole, anonymousRole, id, name, properties, servers -
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor needed by JAXBDefaultOrganization(Map<String, Integer> override) -
Method Summary
Methods inherited from class org.opencastproject.security.api.JaxbOrganization
equals, fromOrganization, getAdminRole, getAnonymousRole, getId, getName, getProperties, getServers, hashCode, toString
-
Field Details
-
DEFAULT_PROPERTIES
The default organization properties -
DEFAULT_SERVERS
Servername - port mappings -
DEFAULT_ORGANIZATION_ID
The default organization identifier- See Also:
-
DEFAULT_ORGANIZATION_NAME
The default organization name- See Also:
-
DEFAULT_ORGANIZATION_ADMIN
Name of the default organization's local admin role- See Also:
-
DEFAULT_ORGANIZATION_ANONYMOUS
Name of the default organization's local anonymous role- See Also:
-
-
Constructor Details
-
DefaultOrganization
public DefaultOrganization()No-arg constructor needed by JAXB -
DefaultOrganization
-