org.opencrx.security.realm1.jpa3
Class PrincipalGroup

java.lang.Object
  extended by org.w3c.jpa3.AbstractObject
      extended by org.openmdx.security.realm1.jpa3.Principal
          extended by org.openmdx.security.realm1.jpa3.Group
              extended by org.opencrx.security.realm1.jpa3.PrincipalGroup
All Implemented Interfaces:
Serializable, org.apache.openjpa.enhance.PersistenceCapable, PrincipalGroup, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, org.openmdx.security.realm1.cci2.Group, org.openmdx.security.realm1.cci2.Principal

public class PrincipalGroup
extends org.openmdx.security.realm1.jpa3.Group
implements PrincipalGroup

Class PrincipalGroup

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject
AbstractObject.AbstractStateAccessor, AbstractObject.EmbeddedList<E>, AbstractObject.EmbeddedSet<E>, AbstractObject.ObjectState, AbstractObject.SlicedList<E,S>, AbstractObject.SlicedMap<E,S>, AbstractObject.SlicedSet<E,S>
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal
org.openmdx.security.realm1.cci2.Principal.Identity
 
Field Summary
 
Fields inherited from class org.openmdx.security.realm1.jpa3.Group
pcVersionInit
 
Fields inherited from class org.openmdx.security.realm1.jpa3.Principal
createdAt, identity, modifiedAt, pcStateManager
 
Fields inherited from interface org.apache.openjpa.enhance.PersistenceCapable
CHECK_READ, CHECK_WRITE, DESERIALIZED, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
PrincipalGroup()
          Constructor
 
Method Summary
 List<String> getGrantedRole_Id()
           
<T extends org.openmdx.security.realm1.cci2.Role>
List<T>
getGrantedRole()
          Retrieves the Collection of objects referenced by grantedRole.
 Boolean isFinal()
          Retrieves the possibly null value for the optional attribute isFinal.
 void setFinal(Boolean isFinal)
          Sets a new value for the attribute isFinal.
 
Methods inherited from class org.openmdx.security.realm1.jpa3.Group
getMember, pcClearFields, pcCopyField, pcCopyFields, pcGetEnhancementContractVersion, pcGetManagedFieldCount, pcNewInstance, pcNewInstance, pcProvideField, pcProvideFields, pcReplaceField, pcReplaceFields
 
Methods inherited from class org.openmdx.security.realm1.jpa3.Principal
getAuthCredential_Id, getAuthCredential, getCreatedAt, getCreatedBy, getCredential_Id, getCredential, getDescription, getIdentity, getIsMemberOf_Id, getIsMemberOf, getModifiedAt, getModifiedBy, getName, getOpenmdxjdoIdentity, getRealm_Id, getRealm, getSubject_Id, getSubject, isDisabled, openmdxjdoGetSlices, pcCopyField, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsToObjectId, pcCopyKeyFieldsToObjectId, pcDirty, pcFetchObjectId, pcGetcreatedAt, pcGetDetachedState, pcGetGenericContext, pcGetmodifiedAt, pcGetStateManager, pcGetVersion, pcIsDeleted, pcIsDetached, pcIsDirty, pcIsNew, pcIsPersistent, pcIsTransactional, pcNewObjectIdInstance, pcNewObjectIdInstance, pcReplaceStateManager, pcSerializing, pcSetcreatedAt, pcSetDetachedState, pcSetmodifiedAt, setCredential_Id, setCredential, setDescription, setDisabled, setName, setOpenmdxjdoIdentity, setRealm_Id, setRealm, setSubject_Id, setSubject
 
Methods inherited from class org.w3c.jpa3.AbstractObject
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray
 
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.Group
getMember
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Principal
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setName, setSubject
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 
Methods inherited from interface org.apache.openjpa.enhance.PersistenceCapable
pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsToObjectId, pcCopyKeyFieldsToObjectId, pcDirty, pcFetchObjectId, pcGetDetachedState, pcGetGenericContext, pcGetStateManager, pcGetVersion, pcIsDeleted, pcIsDetached, pcIsDirty, pcIsNew, pcIsPersistent, pcIsTransactional, pcNewObjectIdInstance, pcNewObjectIdInstance, pcReplaceStateManager, pcSetDetachedState
 

Constructor Detail

PrincipalGroup

public PrincipalGroup()
Constructor

Method Detail

getGrantedRole

public <T extends org.openmdx.security.realm1.cci2.Role> List<T> getGrantedRole()
Retrieves the Collection of objects referenced by grantedRole.

Returns:
The Collection of referenced objects.

getGrantedRole_Id

public List<String> getGrantedRole_Id()

isFinal

public final Boolean isFinal()
Retrieves the possibly null value for the optional attribute isFinal.

Returns:
The possibly null value for attribute isFinal.

setFinal

public void setFinal(Boolean isFinal)
Sets a new value for the attribute isFinal.

Parameters:
isFinal - The possibly null new value for attribute isFinal.


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