org.openmdx.security.realm1.jdo2
Class Group

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jdo2.AbstractObject
          extended by org.openmdx.security.realm1.jdo2.Principal
              extended by org.openmdx.security.realm1.jdo2.Group
All Implemented Interfaces:
Serializable, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable, Group, Principal

public class Group
extends Principal
implements Group

Class Group

See Also:
Serialized Form

Nested Class Summary
static class Group.Slice
           
 
Nested classes/interfaces inherited from class org.openmdx.security.realm1.jdo2.Principal
Principal.Identity
 
Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject
org.w3c.jdo2.AbstractObject.BLOB, org.w3c.jdo2.AbstractObject.CLOB, org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E>
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal
Principal.Identity
 
Field Summary
static List<String> CLASS
          Define the model class org::openmdx::security::realm1::Group
 
Fields inherited from class org.openmdx.security.realm1.jdo2.Principal
BASE_CLASS
 
Constructor Summary
Group()
           
 
Method Summary
<T extends Principal>
Collection<T>
getMember(Principal principalContainer)
          Retrieves the value for the reference member for the specified qualifier attribute value.
static Principal.Identity newIdentity(Realm.Identity realm, boolean idIsPersistent, String id)
           
protected  org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
           
protected  List<String> openmdxjdoGetClass()
          Retrieve the model class
protected  int openmdxjdoGetSize(int field)
           
protected  void openmdxjdoSetSize(int field, int size)
           
 
Methods inherited from class org.openmdx.security.realm1.jdo2.Principal
getAuthCredential, getCreatedAt, getCreatedBy, getCredential, getDescription, getIdentity, getIsMemberOf, getModifiedAt, getModifiedBy, getName, getRealm, getSubject, getView, isDisabled, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setCredential, setDescription, setDisabled, setRealm, setRealm, setSubject
 
Methods inherited from class org.w3c.jdo2.AbstractObject
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement
 
Methods inherited from class org.oasisopen.jdo2.Identifiable
openmdxjdoGetIdentity, openmdxjdoGetIdentity, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Principal
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setRealm, setRealm, setSubject
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::openmdx::security::realm1::Group

Constructor Detail

Group

public Group()
Method Detail

getMember

public <T extends Principal> Collection<T> getMember(Principal principalContainer)
Retrieves the value for the reference member for the specified qualifier attribute value.

Specified by:
getMember in interface Group
Parameters:
principalContainer - The value for the qualifier attribute that qualifies this reference.
Returns:
The collection of referenced objects.

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class Principal

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class Principal

newSlice

protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
Overrides:
newSlice in class Principal

openmdxjdoGetClass

protected List<String> openmdxjdoGetClass()
Retrieve the model class

Overrides:
openmdxjdoGetClass in class Principal
Returns:
the model class
See Also:
Group.CLASS

newIdentity

public static Principal.Identity newIdentity(Realm.Identity realm,
                                             boolean idIsPersistent,
                                             String id)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.