Sun GlassFish Web Space Server 10.0 Administration Guide

Groups and Roles

Groups and Roles is a property in the portal.properties file, which is the default configuration file for Sun GlassFish Web Space Server. You can override this property using portal-ext.properties file.

Input a list of comma-delimited system group names that will exist in addition to the standard system groups. When the server starts, the portal checks to ensure all system groups exist. Any missing system group will be created by the portal.


system.groups=

Input a list of comma-delimited system role names that will exist in addition to the standard system roles. When the server starts, the portal checks to ensure all system roles exist. Any missing system role will be created by the portal.

The standard system roles are: Administrator, Guest, Power User, and User. These roles cannot be removed or renamed.


system.roles=

Set the description of the Administrator system role.


system.role.Administrator.description=Administrators are super users who can
do anything.

Set the description of the Guest system role.


system.role.Guest.description=Unauthenticated users always have this role.

Set the description of the Power User system role.


system.role.Power.User.description=Power Users have their own public and
private pages.

Set the description of the User system role.


system.role.User.description=Authenticated users should be assigned this
role.

Input a list of comma-delimited system community role names that will exist in addition to the standard system community roles. When the server starts, the portal checks to ensure all system community roles exist. Any missing system community role will be created by the portal.

The standard system community roles are: Community Administrator, Community Member, and Community Owner. These roles cannot be removed or renamed.


system.community.roles=

Set the description of the Community Administrator system community role.


system.community.role.Community.Administrator.description=Community Administrators
are super users of their community but cannot make other users into
Community Administrators.

Set the description of the Community Member system community role.


system.community.role.Community.Member.description=All users who belong to a
community have this role within that community.

Set the description of the Community Owner system community role.


system.community.role.Community.Owner.description=Community Owners are super
users of their community and can assign community roles to users.

Input a list of comma-delimited system organization role names that will exist in addition to the standard system organization roles. When the server starts, the portal checks to ensure all system organization roles exist. Any missing system organization role will be created by the portal.

The standard system organization roles are: Organization Administrator, Organization Member, and Organization Owner. These roles cannot be removed or renamed.


system.organization.roles=

Set the description of the Organization Administrator system organization role.


system.organization.role.Organization.Administrator.description=Organization
Administrators are super users of their organization but cannot make other
users into Organization Administrators.

Set the description of the Organization Member system organization role.


system.organization.role.Organization.Member.description=All users who belong
to a organization have this role within that organization.

Set the description of the Organization Owner system organization role.


system.organization.role.Organization.Owner.description=Organization Owners
are super users of their organization and can assign organization roles to
users.

Omni admin users can administer the portal's core functionality: gc, shutdown, and so on. Omni admin users must belong to the default company.

Multiple portal instances might be deployed on one application server, and not all of the administrators should have access to this core functionality. Input the IDs of users who are omniadmin users.

Leave this field blank if users who belong to the right company and have the Administrator role are allowed to administer the portal's core functionality.


omniadmin.users=

Set the following to true if all users are required to agree to the terms of use.


terms.of.use.required=true