|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Principal
Class Principal
| Nested Class Summary | |
|---|---|
static interface |
Principal.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
getAuthCredential()
Retrieves the Collection of objects referenced by
authCredential. |
|
Credential |
getCredential()
Retrieves the value for the reference credential. |
|
String |
getDescription()
|
|
|
getIsMemberOf()
Retrieves the Collection of objects referenced by
isMemberOf. |
|
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 |
setCredential(Credential credential)
Sets a new value for the reference credential. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setDisabled(boolean disabled)
Sets a new value for the attribute disabled. |
|
void |
setRealm(Realm realm)
Sets a new value for the reference realm. |
|
void |
setRealm(Realm realm,
boolean idIsPersistent,
String id)
Set the object's composite association org:openmdx:security:realm1:RealmContainsPrincipal. |
|
void |
setSubject(Subject subject)
Sets a new value for the reference subject. |
|
| 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 |
| Method Detail |
|---|
<T extends Credential> List<T> getAuthCredential()
Collection of objects referenced by
authCredential.
Collection of referenced objects.Credential getCredential()
credential.
null – value for this reference.void setCredential(Credential credential)
credential.
credential - The non-null new value for this reference.String getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.boolean isDisabled()
disabled.
disabled.void setDisabled(boolean disabled)
disabled.
disabled - The non-null new value for attribute disabled.<T extends Group> List<T> getIsMemberOf()
Collection of objects referenced by
isMemberOf.
Collection of referenced objects.String getName()
name.
name.Realm getRealm()
realm.
null value for this reference.Subject getSubject()
subject.
null value for this reference.void setSubject(Subject subject)
subject.
subject - The non-null new value for this reference.void setRealm(Realm realm)
realm.
realm - The non-null new value for this reference.
void setRealm(Realm realm,
boolean idIsPersistent,
String id)
org:openmdx:security:realm1:RealmContainsPrincipal.
realm - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||