org.apache.geronimo.security.bridge
Interface RealmBridge

All Known Implementing Classes:
AbstractRealmBridge

public interface RealmBridge

Interface for bridging between realms. Subject from a source realm is supplied, and the RealmBridge logs into a target realm using identity and credential information from source realm, mapped as appropriate.

Version:
$Revision: 1.3 $ $Date: 2004/02/25 09:58:08 $

Method Summary
 Subject mapSubject(Subject sourceSubject)
           
 

Method Detail

mapSubject

public Subject mapSubject(Subject sourceSubject)
                   throws LoginException
Throws:
LoginException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.