|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.openmdx.security.realm1.jdo2.Principal
org.openmdx.security.realm1.jdo2.Group
org.opencrx.security.realm1.jdo2.PrincipalGroup
public class PrincipalGroup
Class PrincipalGroup
| Nested Class Summary | |
|---|---|
static class |
PrincipalGroup.Slice
Slice object hold the PrincipalGroup's multivalued attributes |
| Nested classes/interfaces inherited from class org.openmdx.security.realm1.jdo2.Principal |
|---|
org.openmdx.security.realm1.jdo2.Principal.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal |
|---|
org.openmdx.security.realm1.cci2.Principal.Identity |
| Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::security::realm1::PrincipalGroup |
| Fields inherited from class org.openmdx.security.realm1.jdo2.Principal |
|---|
BASE_CLASS |
| Fields inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
| Constructor Summary | |
|---|---|
PrincipalGroup()
|
|
| Method Summary | ||
|---|---|---|
|
getGrantedRole()
Retrieves the Collection of objects referenced by grantedRole. |
|
static org.openmdx.security.realm1.jdo2.Principal.Identity |
newIdentity(org.openmdx.security.realm1.cci2.Realm.Identity realm,
QualifierType idType,
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)
|
|
static org.openmdx.security.realm1.jdo2.Principal.Identity |
openmdxjdoToIdentity(ObjectId objectId)
|
|
| Methods inherited from class org.openmdx.security.realm1.jdo2.Group |
|---|
getMember, jdoCopyFields, jdoIsDetachedInternal, jdoNewInstance, jdoNewInstance, jdoProvideField, jdoReplaceField |
| Methods inherited from class org.openmdx.security.realm1.jdo2.Principal |
|---|
addToRealm, addToRealm, getAuthCredential, getContext, getCreatedAt, getCreatedBy, getCredential, getDescription, getIdentity, getIsMemberOf, getModifiedAt, getModifiedBy, getName, getRealm, getSubject, getView, isDisabled, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoPreSerialize, jdoProvideFields, jdoReplaceDetachedState, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, openmdxjdoGetObjectId, openmdxjdoGetSlices, setCredential, setDescription, setDisabled, setSubject |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
jdoClass, modelClasses, 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.Group |
|---|
getMember |
| Methods inherited from interface org.openmdx.security.realm1.cci2.Principal |
|---|
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setSubject |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Methods inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoProvideFields, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::security::realm1::PrincipalGroup
| Constructor Detail |
|---|
public PrincipalGroup()
| Method Detail |
|---|
public <T extends org.openmdx.security.realm1.cci2.Role> List<T> getGrantedRole()
Collection of objects referenced by grantedRole.
Collection of referenced objects.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class org.openmdx.security.realm1.jdo2.Group
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class org.openmdx.security.realm1.jdo2.Groupprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class org.openmdx.security.realm1.jdo2.Groupprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class org.openmdx.security.realm1.jdo2.GroupPrincipalGroup.CLASS
public static org.openmdx.security.realm1.jdo2.Principal.Identity newIdentity(org.openmdx.security.realm1.cci2.Realm.Identity realm,
QualifierType idType,
String id)
public static org.openmdx.security.realm1.jdo2.Principal.Identity openmdxjdoToIdentity(ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||