public class DefaultOrganization extends JaxbOrganization
JaxbOrganization.OrgProperty, JaxbOrganization.OrgServer| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ORGANIZATION_ADMIN
Name of the default organization's local admin role
|
static String |
DEFAULT_ORGANIZATION_ANONYMOUS
Name of the default organization's local anonymous role
|
static String |
DEFAULT_ORGANIZATION_ID
The default organization identifier
|
static String |
DEFAULT_ORGANIZATION_NAME
The default organization name
|
static Map<String,String> |
DEFAULT_PROPERTIES
The default organization properties
|
static Map<String,Integer> |
DEFAULT_SERVERS
Servername - port mappings
|
adminRole, anonymousRole, id, name, properties, servers| Constructor and Description |
|---|
DefaultOrganization()
No-arg constructor needed by JAXB
|
DefaultOrganization(Map<String,Integer> servers)
Creates a default organization for the given servers.
|
equals, fromOrganization, getAdminRole, getAnonymousRole, getId, getName, getProperties, getServers, hashCode, toStringpublic static final Map<String,String> DEFAULT_PROPERTIES
public static final String DEFAULT_ORGANIZATION_ID
public static final String DEFAULT_ORGANIZATION_NAME
public static final String DEFAULT_ORGANIZATION_ADMIN
public static final String DEFAULT_ORGANIZATION_ANONYMOUS
Copyright © 2009–2021 Opencast Project. All rights reserved.