-
Control.Group
Has a name and is used to group {@link Contact}s together, referencing on all contained {@link Contact}s.
@author Sebastian
-
at.bestsolution.efxclipse.formats.fxg.fxg.Group
A representation of the model object '
Group'.
The following features are supported:
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getRotation Rotation}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleX Scale X}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleY Scale Y}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getX X}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getY Y}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getBlendMode Blend Mode}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getAlpha Alpha}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getId Id}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformX Transform X}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformY Transform Y}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getMaskType Mask Type}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getVisible Visible}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridLeft Scale Grid Left}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridRight Scale Grid Right}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridTop Scale Grid Top}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridBottom Scale Grid Bottom}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransform Transform}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getFilters Filters}
- {@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getMask Mask}
@see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup()
@model
@generated
-
at.bestsolution.efxclipse.runtime.demo.contacts.Group
A representation of the model object '
Group'.
The following features are supported:
- {@link at.bestsolution.efxclipse.runtime.demo.contacts.Group#getContacts Contacts}
- {@link at.bestsolution.efxclipse.runtime.demo.contacts.Group#getGroups Groups}
- {@link at.bestsolution.efxclipse.runtime.demo.contacts.Group#getName Name}
@see at.bestsolution.efxclipse.runtime.demo.contacts.ContactsPackage#getGroup()
@model
@generated
-
be.demmel.jgws.entities.Group
-
br.com.visualmidia.business.Group
-
brooklyn.entity.Group
-
ca.uhn.hl7v2.model.Group
An abstraction representing >1 message parts which may repeated together. An implementation of Group should enforce contraints about on the contents of the group and throw an exception if an attempt is made to add a Structure that the Group instance does not recognize.
@author Bryan Tripp (bryan_tripp@sourceforge.net)
-
cascading.pipe.Group
-
civquest.group.Group
Group of objects present in CivQuest, out of the perspective of one particular Nation.
-
cli.System.Text.RegularExpressions.Group
-
cn.com.annotations.Group
-
com.aetrion.flickr.groups.Group
Class representing a Flickr Group.
@author Anthony Eden
-
com.agiletec.aps.system.services.group.Group
-
com.alibaba.citrus.service.form.Group
代表用户所提交表单中的一组字段。
注意:group对象不是线程安全的,不能被多线程共享。
@author Michael Zhou
-
com.alibaba.json.test.entity.Group
-
com.amazon.s3.Group
Group bean class
-
com.arrgsocal.entities.Group
The persistent class for the groups database table.
-
com.badlogic.gdx.scenes.scene2d.Group
A group is an Actor that contains other Actors (also other Groups which are Actors).
@author mzechner
@author Nathan Sweet
-
com.belerweb.social.qq.mail.bean.Group
-
com.brosinski.eclipse.regex.Group
-
com.buschmais.jqassistant.core.analysis.api.rule.Group
Defines a group.
-
com.buschmais.jqassistant.core.model.api.rule.Group
Defines a group.
-
com.cloudera.distributed.Group
A Group is a collection of nodes. Although this just looks like a collection now, we might eventually extend this to Views, with sequence numbers and all sorts of goodness.
-
com.cuubez.visualizer.annotation.Group
-
com.cybozu.vmbkp.config.Group
@brief Manage a group, which contains up to two strings.
-
com.dianping.cat.home.alert.policy.entity.Group
-
com.dianping.cat.home.group.entity.Group
-
com.dthielke.starburst.Group
-
com.dtolabs.rundeck.core.authentication.Group
@author noahcampbell
-
com.dtrules.automapping.Group
The Group class provides a mechanism for mapping data through the same mapping for multiple purposes. A group must be one of the supported types (java, dtrules, xml), which defines the mechanism by which the mapping configuration is constructed, data is accessed, and/or data is asserted. Labels are generally global for a type. However, specific object mappings (that do not follow the general conventions, or object pruning) can be done for groups only. Thus when loading or asserting data, Label searches or Pruning searches are done first at the group level, then at the type level, with the first match taken.
@author Paul Snow
-
com.eaglegenomics.simlims.core.Group
-
com.ecyrd.jspwiki.auth.authorize.Group
Groups are a specialized type of ad-hoc role used by the wiki system. Unlike externally-provided roles (such as those provided by an LDAP server or web container), JSPWiki groups can be created dynamically by wiki users, without requiring special container privileges or administrator intervention. They are designed to provide a lightweight role-based access control system that complements existing role systems.
Group names are case-insensitive, and have a few naming restrictions, which are enforced by the {@link GroupManager}:
- Groups cannot have the same name as a built-in Role (e.g., "Admin", "Authenticated" etc.)
- Groups cannot have the same name as an existing user
Note: prior to JSPWiki 2.4.19, Group was an interface; it is now a concrete, final class.
Groups are related to {@link GroupPrincipal}s. A GroupPrincipal, when injected into the Principal set of a WikiSession's Subject, means that the user is a member of a Group of the same name -- it is, in essence, an "authorization token." GroupPrincipals, unlike Groups, are thread-safe, lightweight and immutable. That's why we use them in Subjects rather than the Groups themselves.
@author Andrew Jaquith
@since 2.3
-
com.esri.gpt.framework.security.principal.Group
Represents a group within the system.
-
com.filenet.api.security.Group
-
com.foundationdb.ais.model.Group
-
com.foxconn.gds.security.model.Group
-
com.github.dactiv.showcase.entity.account.Group
组实体
@author maurice
-
com.github.sardine.model.Group
3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
-
com.google.appengine.tools.pipeline.impl.backend.UpdateSpec.Group
-
com.google.eclipse.protobuf.protobuf.Group
-
com.googlecode.sardine.model.Group
3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
-
com.griddynamics.java.benchmarks.model.Group
typing lifeTime for Entity User: akondratyev Date: Dec 16, 2010 Time: 6:58:15 PM
-
com.groupon.odo.proxylib.models.Group
-
com.ideo.jso.conf.Group
Represents a group of resources
@author Julien Maupoux
-
com.javaeye.user.Group
-
com.liferay.portal.model.Group
-
com.linkedin.restli.examples.groups.api.Group
-
com.mustafaiev.tair.cts.model.Group
@author tair
-
com.mysema.query.group.Group
A group of rows. Group is build according to GroupDefinitions.
@author sasa
-
com.nijiko.permissions.Group
-
com.opensymphony.module.user.Group
-
com.opensymphony.user.Group
-
com.overmc.overpermissions.Group
-
com.platymuus.bukkit.permissions.Group
A class representing a permissions group.
-
com.saasovation.identityaccess.domain.model.identity.Group
-
com.sishuok.es.sys.group.entity.Group
分组超类
User: Zhang Kaitao
Date: 13-4-19 上午7:13
Version: 1.0
-
com.sparc.knappsack.components.entities.Group
A group is a specific type of domain. This domain is a subdomain of an organization and owns a group of applications as well as has guest rights to other applications that it does not own.
@see Domain
-
com.stripbandunk.tutorial.simpleapp.entity.Group
@author echo
-
com.sun.enterprise.admin.servermgmt.xml.stringsubs.Group
3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}file-entry" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}archive" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.oracle.com/cie/glassfish/stringsubs}change-pair-ref" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}non-empty-string" /> <attribute name="mode" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}modeType" /> </restriction> </complexContent> </complexType>
-
com.sun.enterprise.deployment.Group
This class implements the EJB concept of a Group. A Group is a privilege attribute that several Principals share. Or, in in other words, several Principals belong to a same group.
@author Harish Prabandham
-
com.sun.hotspot.igv.data.Group
@author Thomas Wuerthinger
-
com.taobao.metamorphosis.tools.domain.Group
-
com.taskadapter.redmineapi.bean.Group
-
com.tek42.perforce.model.Group
Represents a group in perforce.
@author MikeDate: Jul 21, 2008 2:42:09 PM
-
com.tinygo.logic.Group
@author Alexey Klimkin
-
com.volantis.cache.group.Group
Contains a number of entries and possible other groups.
Groups are used to structure a cache internally. They are organized into a hierarchy and can container entries and/or other groups.
Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
@mock.generate
-
com.zack6849.alphabot.api.Group
-
cu.ftpd.user.groups.Group
@author Markus Jevring
@since 2007-aug-30 : 21:45:31
@version $Id: Group.java 258 2008-10-26 12:47:23Z jevring $
-
cu.repsystestbed.entities.Group
@author partheinstein
-
de.bananaco.permissions.util.Group
The Group object extends Calculable which allows recursive inheritance of unlimited depth. This is the new bPermissions, and it is awesome.
-
de.iritgo.aktera.permissions.security.Group
-
de.iritgo.aktera.usergroupmgr.Group
@author schatterjeeTo change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
-
de.kopis.jusenet.nntp.Group
-
de.sciss.jcollider.Group
-
edu.mit.simile.fresnel.configuration.Group
Represents a grouping of lenses and/or styles that will work consistently with one another.
@author ryanlee
-
edu.ubb.warp.model.Group
Group model class
@author Balazs
-
edu.uchicago.grouperabi.Group
The WsGroup class is missing some convenience methods. This wrapper class takes care of that problem
@author davel
-
es.ipsa.atril.sec.user.Group
-
evolaris.framework.um.datamodel.Group
-
facebook4j.Group
@author Ryuji Yamashita - roundrop at gmail.com
-
fr.ippon.tatami.domain.Group
A group.
-
games.stendhal.server.core.rp.group.Group
A group of players
@author hendrik
-
gotnames.dm.Group
A Group consists of a set of {@link User}s which can interact with each other. There is no interaction between groups.
-
gov.nasa.arc.mct.components.collection.Group
Instances of this interface are available from {@link AbstractComponent#getCapability(Class)} to detect agroup component.
-
gov.nist.scap.xccdf.document.Group
-
hibernate.Group
@author Charles KwiatkowskiThis class contains the functionality of Groups, as described by the use case documentation Note that use of the mutators changes the modifyDate.
-
info.galleria.domain.Group
The persistent class for the GROUPS database table.
-
io.fathom.cloud.compute.api.aws.ec2.model.Group
-
io.fathom.cloud.identity.api.os.model.v3.Group
-
j2dbench.Group
-
java.security.acl.Group
This interface is used to represent a group of principals. (A principal represents an entity such as an individual user or a company).
Note that Group extends Principal. Thus, either a Principal or a Group can be passed as an argument to methods containing a Principal parameter. For example, you can add either a Principal or a Group to a Group object by calling the object's {@code addMember} method, passing it thePrincipal or Group.
@author Satish Dharmaraj
-
javafx.scene.Group
-
javax.media.j3d.Group
The Group node object is a general-purpose grouping node. Group nodes have exactly one parent and an arbitrary number of children that are rendered in an unspecified order (or in parallel). Null children are allowed; no operation is performed on a null child node. Operations on Group node objects include adding, removing, and enumerating the children of the Group node. The subclasses of Group node add additional semantics.
-
javax.swing.GroupLayout.Group
-
jimm.datavision.Group
A group uses a {@link Selectable} object to define record grouping. A groupmay contain multiple header and footer sections.
@author Jim Menard,
jimm@io.com
-
jnr.posix.Group
-
jodd.json.mock.Group
-
lupos.engine.operators.singleinput.Group
-
me.kafeitu.demo.activiti.entity.account.Group
The persistent class for the ACT_ID_GROUP database table.
-
mungbean.protocol.command.Group
-
mymadrid.soccer.Group
-
net.canarymod.user.Group
Represents a player group
@author Chris (damagefilter)
-
net.easymodo.asagi.posix.Group
-
net.edzard.kinetic.Group
Enables grouping of nodes. The resulting group has a common coordinate system and transformation matrix. Also, event handling is possible.
@author Ed
-
net.fortuna.ical4j.vcard.Group
-
net.freedom.gj.example.pojo.Group
@author Martin Jamszolik
-
net.geco.model.Group
@author Simon Denier
@since Jun 3, 2011
-
net.krinsoft.privileges.groups.Group
-
net.laubenberger.bogatyr.view.swing.Group
-
net.sf.archimede.model.group.Group
-
net.sf.cb2java.types.Group
Type used to represent an element with child elements
-
net.sf.mpxj.Group
This class represents the definition of the grouping used to organise data in a view.
-
net.solosky.maplefetion.bean.Group
飞信群
@author solosky
-
net.webpasswordsafe.common.model.Group
Domain model POJO for a group
@author Josh Drummond
-
nl.giantit.minecraft.database.query.Group
@author Giant
-
org.activiti.engine.identity.Group
Represents a group, used in {@link IdentityService}.
@author Tom Baeyens
-
org.andidev.applicationname.entity.Group
-
org.anjocaido.groupmanager.data.Group
-
org.apache.beehive.wsm.axis.security.Group
-
org.apache.bval.jsr.groups.Group
Immutable object that wraps an interface representing a single group.
-
org.apache.bval.jsr303.groups.Group
Immutable object that wraps an interface representing a single group.
-
org.apache.catalina.Group
Abstract representation of a group of {@link User}s in a {@link UserDatabase}. Each user that is a member of this group inherits the {@link Role}s assigned to the group.
@author Craig R. McClanahan
@version $Revision: 466595 $ $Date: 2006-10-21 23:24:41 +0100 (Sat, 21 Oct 2006) $
@since 4.1
-
org.apache.cayenne.testdo.inheritance_flat.Group
-
org.apache.cocoon.forms.formmodel.Group
A container {@link Widget} which can hold zero or more child widgets.
@version $Id: Group.java 155210 2005-02-24 17:02:09Z sylvain $
-
org.apache.commons.cli2.Group
An Option representing a choice or group of Options in the form "-a|-b|-c".
-
org.apache.fulcrum.intake.model.Group
-
org.apache.hadoop.fs.shell.find.Group
Implements the -group expression for the {@link org.apache.hadoop.fs.shell.find.Find} command.
-
org.apache.hadoop.mapred.Counters.Group
-
org.apache.hadoop.security.Group
A group to which a user belongs to.
-
org.apache.jackrabbit.api.security.user.Group
A Group is a collection of {@link #getMembers() Authorizable}s.
-
org.apache.james.mime4j.dom.address.Group
A named group of zero or more mailboxes.
-
org.apache.james.mime4j.field.address.Group
A named group of zero or more mailboxes.
-
org.apache.jetspeed.om.security.Group
A Jetspeed basic Group.
@author
David Sean Taylor
@version $Id: Group.java,v 1.3 2004/02/23 03:14:12 jford Exp $
-
org.apache.jetspeed.security.Group
A group made of a {@link GroupPrincipal} and the group {@link Preferences}.
@author
David Le Strat
-
org.apache.karaf.cellar.core.Group
Cellar cluster group.
-
org.apache.lenya.ac.Group
A group.
@version $Id: Group.java 473841 2006-11-12 00:46:38Z gregor $
-
org.apache.niolex.commons.test.Benchmark.Group
-
org.apache.rave.model.Group
-
org.apache.rave.opensocial.model.Group
Represents a group in the social database. The assumption in this object is that groups are associated with individuals and are used by those individuals to manage people.
-
org.apache.rave.portal.model.Group
-
org.apache.shindig.social.opensocial.model.Group
ocial-resources.googlecode.com/svn/spec/1.0/Social-Data.xml#Group
@since 2.0.0
-
org.apache.solr.client.solrj.response.Group
Represents a group. A group contains a common group value that all documents inside the group share and documents that belong to this group. A group value can be a field value, function result or a query string depending on the {@link GroupCommand}. In case of a field value or a function result the value is always a indexed value.
@since solr 3.4
-
org.apache.turbine.om.security.Group
This class represents a Group of Users in the system that are associated with specific entity or resource. The users belonging to the Group may have various Roles. The Permissions to perform actions upon the resource depend on the Roles in the Group that they are assigned.
@author
Rafal Krzewski
@author
Henning P. Schmiedehausen
@version $Id: Group.java 264148 2005-08-29 14:21:04Z henning $
-
org.apache.turbine.services.intake.model.Group
-
org.apache.wicket.util.parse.metapattern.Group
A Group is a piece of a regular expression (referenced by some Java field or local variable) that forms a "capturing group" within the larger regular expression. A Group is bound to a regular expression MetaPattern when a matcher is retrieved for the pattern by calling one of the matcher() methods. Once bound, a Group cannot be rebound.
@author Jonathan Locke
-
org.apache.wiki.auth.authorize.Group
Groups are a specialized type of ad-hoc role used by the wiki system. Unlike externally-provided roles (such as those provided by an LDAP server or web container), JSPWiki groups can be created dynamically by wiki users, without requiring special container privileges or administrator intervention. They are designed to provide a lightweight role-based access control system that complements existing role systems.
Group names are case-insensitive, and have a few naming restrictions, which are enforced by the {@link GroupManager}:
- Groups cannot have the same name as a built-in Role (e.g., "Admin", "Authenticated" etc.)
- Groups cannot have the same name as an existing user
Note: prior to JSPWiki 2.4.19, Group was an interface; it is now a concrete, final class.
Groups are related to {@link GroupPrincipal}s. A GroupPrincipal, when injected into the Principal set of a WikiSession's Subject, means that the user is a member of a Group of the same name -- it is, in essence, an "authorization token." GroupPrincipals, unlike Groups, are thread-safe, lightweight and immutable. That's why we use them in Subjects rather than the Groups themselves.
@since 2.3
-
org.apache.xmlbeans.impl.xb.xsdschema.Group
-
org.atomojo.auth.service.db.Group
@author alex
-
org.beangle.ems.security.Group
系统用户组的基本信息
@author chaostone 2005-9-26
-
org.beangle.security.Group
-
org.beangle.security.blueprint.Group
系统用户组的基本信息
@author chaostone 2005-9-26
-
org.biojava.bio.structure.Group
-
org.bitbucket.rehei.sparqljava.query.group
-
org.broadleafcommerce.openadmin.web.rulebuilder.grouping.Group
@author jfischer
@author Elbert Bautista (elbertbautista)
-
org.butor.auth.common.group.Group
-
org.camunda.bpm.engine.identity.Group
Represents a group, used in {@link IdentityService}.
@author Tom Baeyens
-
org.crank.crud.criteria.Group
-
org.dru.clay.respository.artifact.Group
-
org.dspace.eperson.Group
Class representing a group of e-people.
@author David Stuve
@version $Revision: 4903 $
-
org.eclipse.bpmn2.Group
A representation of the model object '
Group'.
The following features are supported:
- {@link org.eclipse.bpmn2.Group#getCategoryValueRef Category Value Ref}
@see org.eclipse.bpmn2.Bpmn2Package#getGroup()
@model extendedMetaData="name='tGroup' kind='elementOnly'"
@generated
-
org.eclipse.persistence.internal.oxm.schema.model.Group
-
org.eclipse.swt.widgets.Group
-
org.elevenbits.westvleteren.model.item.Group
@TODO : document this!
@author m8n
@version 18.07.2005
-
org.encuestame.persistence.domain.security.Group
SecGroups.
@author Picado, Juan juanATencuestame.org
@since October 17, 2009
@version $Id$
-
org.exist.security.Group
-
org.exolab.castor.xml.schema.Group
An XML Schema Group
@author
Keith Visco
@version $Revision: 7996 $ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
-
org.exoplatform.services.organization.Group
Created by The eXo Platform SAS Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: Aug 21, 2003 Time: 3:22:54 PM This is the interface for the group data model. Note that after each set method is called. The developer need to call @see GroupHandler.saveGroup(..) to persist the change
-
org.fao.geonet.domain.Group
An entity representing group of users. Groups in conjunction with {@link Operation}s control what operations users can perform on metadata.
For example, user userA is in group groupA and userB is in groupB. It could be that groupA is configured with view operation permission (See {@link OperationAllowed}) then userA could view metadata but userB could not.
@author Jesse
-
org.fenixedu.bennu.core.groups.Group
-
org.gatein.api.security.Group
Represents a group. A {@link User} can belong to one or more groups.
@author
Nick Scavelli
-
org.geotools.xml.schema.Group
This interface is intended to represent the Group construct within XML Schemas.
In many situations it is recommended that groups be flatened out to their child declaration, removing the additional layer of indirection. Although this optimization is nice, it is imposible to complete this all the time, as xml schemas may include publicly viewable Group definitions.
@author dzwiers www.refractions.net
@source $URL$
-
org.gephi.graph.api.Group
@author Mathieu Bastian
-
org.glassfish.security.common.Group
This class implements the EJB concept of a Group. A Group is a privilege attribute that several Principals share. Or, in in other words, several Principals belong to a same group.
@author Harish Prabandham
-
org.globus.workspace.client_core.repr.Group
A convenience class for dealing with groups of workspaces
-
org.globus.workspace.groupauthz.Group
-
org.gumtree.data.gdm.core.Group
-
org.hibernate.test.sql.hand.Group
-
org.hibernate.validation.engine.groups.Group
Encapsulates a single group.
@author Hardy Ferentschik
-
org.hibernate.validator.engine.groups.Group
Encapsulates a single group.
@author Hardy Ferentschik
-
org.hibernate.validator.internal.engine.groups.Group
Encapsulates a single group.
@author Hardy Ferentschik
-
org.infoglue.cms.entities.management.Group
-
org.j2cms.model.group.Group
-
org.japura.controller.Group
Copyright (C) 2010-2013 Carlos Eduardo Leite de Andrade
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/
For more information, contact: www.japura.org
@author Carlos Eduardo Leite de Andrade
-
org.jayasoft.woj.common.model.Group
-
org.jboss.identity.idm.api.Group
Represents a Group. Group has a name that is unique in scope of a given group type. This means that groupType/name pairs uniquely identifies group. Group Id contains encoded group type and name imformation. In default implementation it can look as follows: "group:/GROUP_TYPE/GROUP_NAME". Still prefix and format of Id can change in the future so PersistenceManager.createGroupId(String groupName, String groupType) method should be used to create it.
@author Anil.Saldhana@redhat.com
@author
Boleslaw Dawidowicz
@since Jul 9, 2008
-
org.jboss.soa.esb.services.security.principals.Group
-
org.jbpm.api.identity.Group
a group of users.
@author Tom Baeyens
-
org.jbpm.identity.Group
group of users.
The group type allows for the distinction of hierarchical groups, security roles and others.
Following name convention is recommended for assigning group types :
- hierarchy: for hierarchical groups like teams, business units and companies.
- security-role: for j2ee and servlet security roles like admin, user, ...
-
org.jbpm.task.Group
-
org.jbpm.userprofile.Group
-
org.jclouds.enterprisechef.domain.Group
Group object.
@author Ignasi Barrera
-
org.jclouds.hostedchef.domain.Group
Group object.
@author Ignasi Barrera
-
org.jclouds.rackspace.autoscale.v1.domain.Group
Autoscale Group. This domain object contains information about an autoscaling group.
@author Zack Shoylev
-
org.jclouds.vcloud.director.v1_5.domain.Group
mware.com/vcloud/v1.5}EntityType"> <sequence> <element name="NameInSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UsersList" type="{http://www.vmware.com/vcloud/v1.5}UsersListType" minOccurs="0"/> <element name="Role" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
org.jets3t.service.impl.soap.axis._2006_03_01.Group
-
org.jfree.report.Group
-
org.jfree.report.structure.Group
A report group. A group is a repeated section which is bound to an expression.
Default Behaviour
Whether a new group should be started is evaluated by the group's expression. If that expression returns Boolean.TRUE, a new group instance is started. (That expression answers the Questions: 'Does this group instance end here?').
If the group expression is invalid or there is no group expression at all, a group will consume all rows until the datasource is no longer advanceable.
@author David Gilbert
@author Thomas Morgner
-
org.jitterbit.integration.client.server.user.Group
Represents a user group on a Jitterbit server.
@author Torgil Zethson
@since 2.0.0
-
org.jitterbit.integration.server.accesscontrol.Group
@author Torgil Zethson
@since 3.0.0
-
org.jivesoftware.openfire.group.Group
Groups organize users into a single entity for easier management.
The actual group implementation is controlled by the {@link GroupProvider}, which includes things like the group name, the members, and adminstrators. Each group also has properties, which are always stored in the Openfire database.
@see GroupManager#createGroup(String)
@author Matt Tucker
-
org.jmol.modelset.Group
-
org.joget.directory.model.Group
-
org.jreform.Group
A group of inputs within a form.
@author armandino (at) gmail.com
-
org.jresearch.gossip.beans.forum.Group
DOCUMENT ME!
@author Bel
-
org.jruby.ext.posix.Group
-
org.jtalks.common.model.entity.Group
-
org.kie.api.task.model.Group
-
org.mifosplatform.portfolio.group.domain.Group
-
org.mortbay.setuid.Group
p name char *gr_passwd; // group password gid_t gr_gid; // group ID char **gr_mem; // group members };
@author Leopoldo Lee Agdeppa III
-
org.myphotodiary.model.Group
-
org.nasutekds.server.api.Group
This class defines the set of methods that must be implemented by a Directory Server group. It is expected that there will be a number of different types of groups (e.g., legacy static and dynamic groups, as well as enhanced groups and virtual static groups). The following operations may be performed on an NasuTekDS group:
- Determining whether a given user is a member of this group
- Determining the set of members for this group, optionally filtered based on some set of criteria.
- Retrieving or updating the set of nested groups for this group, if the underlying group type supports nesting).
- Updating the set of members for this group, if the underlying group type provides the ability to explicitly add or remove members.
@param < T> The type of configuration handled by this groupimplementation.
-
org.nemesis.forum.Group
Organizes Users into a group for easier permissions management at the Forum level. In this way, Groups essentially serve the same purpose that they do in Unix or Windows.
For example, CREATE_THREAD permissions can be set per forum. A forum administrator may wish to create a "Thread Posters" group that has CREATE_THREAD permissions in the forum. Then, users can be added to that group and will automatically receive CREATE_THREAD permissions in that forum.
Security for Group objects is provide by GroupProxy protection proxy objects.
@see User
-
org.nextime.ion.framework.business.Group
-
org.objectweb.speedo.pobjects.collection.Group
@author S.Chassande-Barrioz
-
org.objectweb.speedo.pobjects.ref.Group
-
org.openhab.binding.digitalstrom.internal.client.entity.Group
@author Alexander Betker
@since 1.3.0
-
org.opennebula.client.group.Group
This class represents an OpenNebula group. It also offers static XML-RPC call wrappers.
-
org.osgi.service.useradmin.Group
A named grouping of roles ( {@code Role} objects).
Whether or not a given {@code Authorization} context implies a {@code Group}object depends on the members of that {@code Group} object.
A {@code Group} object can have two kinds of members: basic andrequired . A {@code Group} object is implied by an{@code Authorization} context if all of its required members are implied andat least one of its basic members is implied.
A {@code Group} object must contain at least one basic member in order to beimplied. In other words, a {@code Group} object without any basic memberroles is never implied by any {@code Authorization} context.
A {@code User} object always implies itself.
No loop detection is performed when adding members to {@code Group} objects,which means that it is possible to create circular implications. Loop detection is instead done when roles are checked. The semantics is that if a role depends on itself (i.e., there is an implication loop), the role is not implied.
The rule that a {@code Group} object must have at least one basic member tobe implied is motivated by the following example:
group foo required members: marketing basic members: alice, bob
Privileged operations that require membership in "foo" can be performed only by "alice" and "bob", who are in marketing.
If "alice" and "bob" ever transfer to a different department, anybody in marketing will be able to assume the "foo" role, which certainly must be prevented. Requiring that "foo" (or any {@code Group} object for that matter)must have at least one basic member accomplishes that.
However, this would make it impossible for a {@code Group} object to beimplied by just its required members. An example where this implication might be useful is the following declaration: "Any citizen who is an adult is allowed to vote." An intuitive configuration of "voter" would be:
group voter required members: citizen, adult basic members:
However, according to the above rule, the "voter" role could never be assumed by anybody, since it lacks any basic members. In order to address this issue a predefined role named "user.anyone" can be specified, which is always implied. The desired implication of the "voter" group can then be achieved by specifying "user.anyone" as its basic member, as follows:
group voter required members: citizen, adult basic members: user.anyone
@noimplement
@author $Id: 0ffc7e843ca60afab2965c46dc352af62f540cee $
-
org.ozoneDB.core.Group
twarebuero.de/">SMB
@version $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
@see User
@see UserManager
-
org.palo.viewapi.Group
-
org.pau.assetmanager.entities.Group
This class represents a group that from the JEE autorization point of view, it is a role that gives access to a resource (url).
@author Pau Carré Cardona
-
org.pentaho.reporting.engine.classic.core.Group
A report group. Reports can contain any number of (nested) groups. The order of the fields is not important. If the group does not contain any fields, the group spans the whole report from the first to the last row (such a group is called the default group).
The group's field list should not be modified after the group was added to the group list, or the results are undefined.
Groups of the same GroupList must have a subgroup relation. The designated child group must contain all fields of the direct parent plus at least one new field. There is no requirement, that the referenced field actually exists, if it doesn't, null is assumed as field value.
It is recommended that the name of the group is unique within the report. The name will not be used internally to identify the group, but most functions depend on a recognizable group name to identify the group to be processed.
@author David Gilbert
@author Thomas Morgner
@see GroupList
-
org.picketlink.idm.api.Group
-
org.platformlayer.ops.users.PosixGroupManagement.Group
-
org.restlet.security.Group
Group that contains member groups and users.
@author Jerome Louvel
-
org.rhq.modules.integrationTests.restApi.d.Group
A group for testing
@author Heiko W. Rupp
-
org.rometools.feed.module.sle.types.Group
xample.com/book". It would
not contain the namespace prefix.
- element - this attribute is the name of the property (without any namespace). In the example above, the element attribute would contain "firstedition" If this attribute is omitted, it is assumed that the label attribute is included and that this
cf:group
element refers to the default sort order. - label - this attribute contains a human-readable name for the property to which this
cf:group
element refers. If it is omitted, the client should use the value of the "element" attribute as the human-readable name. The "label" attribute is required if the "element" attribute is omitted.
@author
Robert "kebernet" Cooper
-
org.sbml.jsbml.ext.groups.Group
@author Nicolas Rodriguez
@author Clemens Wrzodek
@since 1.0
@version $Rev: 1639 $
-
org.sbml.jsbml.ext.render.Group
@author Eugen Netz
@author Alexander Diamantikos
@author Jakob Matthes
@author Jan Rudolph
@version $Rev: 1639 $
@since 1.0
@date 08.05.2012
-
org.springframework.data.neo4j.Group
-
org.springframework.data.neo4j.aspects.Group
-
org.springframework.data.neo4j.model.Group
-
org.structr.core.entity.Group
@author amorgner
-
org.uberfire.backend.group.Group
-
org.voltdb.catalog.Group
-
org.wildfly.clustering.group.Group
Represents a groups of nodes.
@author Paul Ferraro
-
org.xith3d.scenegraph.Group
-
org.zkoss.zul.Group
Adds the ability for single level grouping to the Grid.
Available in ZK PE and EE.
Event:
- onOpen is sent when this listgroup is opened or closed by user.
Default {@link #getZclass}: z-group.
Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the {@link Label#setSclass(String)}after the child added.
@author jumperchen
@since 3.5.0
-
project.entities.institute.Group
-
projectatlast.group.Group
-
quickfix.Group
-
ro.isdc.wro.model.group.Group
A group is an entity holding a list of resources.
This class is thread safe.
@author Alex Objelean
@created Created on Oct 30, 2008
-
ru.org.linux.group.Group
-
simpleserver.config.xml.Group
-
sk.netmap.bo.Group
BO group of servers
@author Matej Zachar, $Date: 2006-04-23 20:42:47 +0000 (Ne, 23 apr 2006) $
-
storm.trident.graph.Group
-
tripleplay.ui.Group
A grouping element that contains other elements and lays them out according to a layout policy.
-
ua.ck.geekhub.entity.Group
Created by Vladimir on 3/11/14.
-
ucar.nc2.Group
A Group is a logical collection of Variables. The Groups in a Dataset form a hierarchical tree, like directories on a disk. A Group has a name and optionally a set of Attributes. There is always at least one Group in a dataset, the root Group, whose name is the empty string.
Immutable if setImmutable() was called.
@author caron
-
xregistry.group.Group
Represent a Group, group may have Users and child groups. The symantics of child groups are resolved by assuming of foo is in G1 and G1 is in G2, it is same as foo is in G1 (G1,G2 are groups and foo is a user).
@author Srinath Perera(hperera@cs.indiana.edu)
-
zendeskapi.models.groups.Group
@author jgroth