|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.security.CmsPrincipal
org.opencms.file.CmsGroup
public class CmsGroup
A group principal in the OpenCms permission system.
CmsUser
Field Summary |
---|
Fields inherited from class org.opencms.security.CmsPrincipal |
---|
m_description, m_flags, m_id, m_name |
Fields inherited from interface org.opencms.security.I_CmsPrincipal |
---|
FLAG_CORE_LIMIT, FLAG_DISABLED, FLAG_ENABLED, FLAG_GROUP_PROJECT_MANAGER, FLAG_GROUP_PROJECT_USER, FLAG_GROUP_ROLE, FLAG_GROUP_VIRTUAL, FLAG_USER_MANAGED, FLAG_USER_WEBUSER, PRINCIPAL_GROUP, PRINCIPAL_USER |
Constructor Summary | |
---|---|
CmsGroup()
Creates a new, empty OpenCms group principal. |
|
CmsGroup(CmsUUID id,
CmsUUID parentId,
java.lang.String name,
java.lang.String description,
int flags)
Creates a new OpenCms group principal. |
Method Summary | |
---|---|
void |
checkName(java.lang.String name)
Checks if the provided group name is valid and can be used as an argument value for CmsPrincipal.setName(String) . |
java.lang.Object |
clone()
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of this organizational unit. |
boolean |
getDisabled()
Deprecated. use CmsPrincipal.isEnabled() instead |
CmsUUID |
getParentId()
Returns the parent group id of this group. |
boolean |
isGroup()
Returns true if this principal is of type . |
boolean |
isProjectCoWorker()
Returns true if this group is enabled as a project user group. |
boolean |
isProjectManager()
Returns true if this group is enabled as a project manager group. |
boolean |
isRole()
Checks if this group is a role group. |
boolean |
isUser()
Returns true if this principal is of type . |
boolean |
isVirtual()
Checks if this group is a virtual group, emulating a role. |
void |
setDisabled()
Deprecated. use CmsPrincipal.setEnabled(boolean) instead |
void |
setEnabled()
Deprecated. use CmsPrincipal.setEnabled(boolean) instead |
void |
setParentId(CmsUUID parentId)
Sets the parent group id of this group. |
void |
setProjectCoWorker(boolean value)
Sets the project user flag for this group to the given value. |
void |
setProjectManager(boolean value)
Sets the project manager flag for this group to the given value. |
java.lang.String |
toString()
|
Methods inherited from class org.opencms.security.CmsPrincipal |
---|
compareTo, equals, filterCore, filterCoreFlag, filterFlag, getDescription, getDisplayName, getFlags, getId, getName, getOuFqn, getPrefixedGroup, getPrefixedName, getPrefixedUser, getSimpleName, hashCode, isEnabled, readPrefixedPrincipal, readPrincipal, readPrincipal, readPrincipalIncludingHistory, setDescription, setEnabled, setFlags, setName |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CmsGroup()
public CmsGroup(CmsUUID id, CmsUUID parentId, java.lang.String name, java.lang.String description, int flags)
id
- the unique id of the groupparentId
- the is of the parent groupname
- the fully qualified name of the name of the groupdescription
- the description of the groupflags
- the flags of the groupMethod Detail |
---|
public void checkName(java.lang.String name)
CmsPrincipal.setName(String)
.A group name must not be empty or whitespace only.
name
- the group name to checkI_CmsValidationHandler.checkGroupName(String)
public java.lang.Object clone()
clone
in class java.lang.Object
Object.clone()
public java.lang.String getDescription(java.util.Locale locale)
locale
- the locale
public boolean getDisabled()
CmsPrincipal.isEnabled()
instead
public CmsUUID getParentId()
public boolean isGroup()
I_CmsPrincipal
true
if this principal is of type CmsGroup
.
isGroup
in interface I_CmsPrincipal
isGroup
in class CmsPrincipal
true
if this principal is of type CmsGroup
I_CmsPrincipal.isGroup()
public boolean isProjectCoWorker()
true
if this group is enabled as a project user group.
true
if this group is enabled as a project user grouppublic boolean isProjectManager()
true
if this group is enabled as a project manager group.
true
if this group is enabled as a project manager grouppublic boolean isRole()
true
if this group is a role grouppublic boolean isUser()
I_CmsPrincipal
true
if this principal is of type CmsUser
.
isUser
in interface I_CmsPrincipal
isUser
in class CmsPrincipal
true
if this principal is of type CmsUser
I_CmsPrincipal.isUser()
public boolean isVirtual()
public void setDisabled()
CmsPrincipal.setEnabled(boolean)
instead
public void setEnabled()
CmsPrincipal.setEnabled(boolean)
instead
public void setParentId(CmsUUID parentId)
parentId
- the parent group id to setpublic void setProjectCoWorker(boolean value)
value
- the value to setpublic void setProjectManager(boolean value)
value
- the value to setpublic java.lang.String toString()
toString
in interface java.security.Principal
toString
in class java.lang.Object
Object.toString()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |