org.openmdx.security.realm1.cci2
Interface AuthenticationContext

All Known Subinterfaces:
AuthenticationContext, AuthenticationContext, AuthenticationContext
All Known Implementing Classes:
AuthenticationContext

public interface AuthenticationContext

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.
 

Method Detail

getRealm

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

Returns:
The non-null value for this reference.

setRealm

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

Parameters:
realm - The non-null new value for this reference.

getSubject

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

Returns:
The – possibly null – value for this reference.

setSubject

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

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.