|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationContext
| Method Summary | |
|---|---|
Realm |
getRealm()
Retrieves the value for the reference realm. |
Subject |
getSubject()
Retrieves the value for the optional reference subject. |
void |
removeSubject()
Removes the value for the optional reference subject. |
void |
setRealm(Realm newValue)
Sets a new value for the reference realm. |
void |
setSubject(Subject newValue)
Sets a new value for the reference subject. |
| 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 |
|---|
Realm getRealm()
realm.
JmiException - If the value cannot be retrieved for some reason.void setRealm(Realm newValue)
realm.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set 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.void removeSubject()
subject.
JmiException - If the value cannot be removed for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||