Class DefaultOrganization

java.lang.Object
org.opencastproject.security.api.JaxbOrganization
org.opencastproject.security.api.DefaultOrganization
All Implemented Interfaces:
Organization

public class DefaultOrganization extends JaxbOrganization
The default organization.
  • Field Details

    • DEFAULT_PROPERTIES

      public static final Map<String,String> DEFAULT_PROPERTIES
      The default organization properties
    • DEFAULT_SERVERS

      public static final Map<String,Integer> DEFAULT_SERVERS
      Servername - port mappings
    • DEFAULT_ORGANIZATION_ID

      public static final String DEFAULT_ORGANIZATION_ID
      The default organization identifier
      See Also:
    • DEFAULT_ORGANIZATION_NAME

      public static final String DEFAULT_ORGANIZATION_NAME
      The default organization name
      See Also:
    • DEFAULT_ORGANIZATION_ADMIN

      public static final String DEFAULT_ORGANIZATION_ADMIN
      Name of the default organization's local admin role
      See Also:
    • DEFAULT_ORGANIZATION_ANONYMOUS

      public static final String 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

      public DefaultOrganization(Map<String,Integer> override)