org.openmdx.security.realm1.jmi1
Interface AuthenticationContext

All Superinterfaces:
AuthenticationContext, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
AuthenticationContext

public interface AuthenticationContext
extends AuthenticationContext, RefObject_1_0

Abstract class AuthenticationContext


Method Summary
 Realm getRealm()
          Retrieves the value for the reference realm.
 Subject getSubject()
          Retrieves the value for the reference subject.
 void setRealm(Realm realm)
          Sets a new value for the reference realm.
 void setSubject(Subject subject)
          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

getRealm

Realm getRealm()
Retrieves the value for the reference realm.

Specified by:
getRealm in interface AuthenticationContext
Returns:
The non-null value for this reference.

setRealm

void setRealm(Realm realm)
Sets a new value for the reference realm.

Specified by:
setRealm in interface AuthenticationContext
Parameters:
realm - The non-null new value for this reference.

getSubject

Subject getSubject()
Retrieves the value for the reference subject.

Specified by:
getSubject in interface AuthenticationContext
Returns:
The – possibly null – value for this reference.

setSubject

void setSubject(Subject subject)
Sets a new value for the reference subject.

Specified by:
setSubject in interface AuthenticationContext
Parameters:
subject - The non-null new value for this reference.


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