|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Principal
| Method Summary | |
|---|---|
void |
addCredential(Credential newValue)
|
void |
addCredential(int index,
Credential newValue)
|
void |
addIsMemberOf(Group newValue)
|
void |
addIsMemberOf(int index,
Group newValue)
|
Collection |
getCredential()
Retrieves the objects referenced by credential. |
Credential |
getCredential(int index)
Retrieves the value for the reference credential for the
specified qualifier attribute value. |
String |
getDescription()
|
Collection |
getIsMemberOf()
Retrieves the objects referenced by isMemberOf. |
Group |
getIsMemberOf(int index)
Retrieves the value for the reference isMemberOf for the
specified qualifier attribute value. |
String |
getName()
Retrieves the value for the attribute name. |
Realm |
getRealm()
Retrieves the value for the reference realm. |
Subject |
getSubject()
Retrieves the value for the reference subject. |
boolean |
isDisabled()
Retrieves the value for the attribute disabled. |
void |
removeCredential(int index)
|
void |
removeIsMemberOf(int index)
|
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setDisabled(boolean newValue)
Sets a new value for the attribute disabled. |
void |
setSubject(Subject newValue)
Sets a new value for the reference subject. |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Credential getCredential(int index)
credential for the
specified qualifier attribute value.
index - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getCredential()
credential.
JmiException - If the value cannot be retrieved for some reason.
void addCredential(int index,
Credential newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addCredential(Credential newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeCredential(int index)
JmiException - If the value cannot be removed for some reason.String getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.boolean isDisabled()
disabled.
disabled.
JmiException - If the value cannot be retrieved for some reason.void setDisabled(boolean newValue)
disabled.
newValue - The non-null new value for attribute disabled.
JmiException - If the value cannot be set for some reason.Group getIsMemberOf(int index)
isMemberOf for the
specified qualifier attribute value.
index - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getIsMemberOf()
isMemberOf.
JmiException - If the value cannot be retrieved for some reason.
void addIsMemberOf(int index,
Group newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addIsMemberOf(Group newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeIsMemberOf(int index)
JmiException - If the value cannot be removed for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.Realm getRealm()
realm.
JmiException - If the value cannot be retrieved for some reason.Subject getSubject()
subject.
JmiException - If the value cannot be retrieved for some reason.void setSubject(Subject newValue)
subject.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||