Uses of Interface
org.apache.geronimo.security.bridge.RealmBridge

Packages that use RealmBridge
org.apache.geronimo.security.bridge   
 

Uses of RealmBridge in org.apache.geronimo.security.bridge
 

Classes in org.apache.geronimo.security.bridge that implement RealmBridge
 class AbstractPrincipalMappingUserPasswordRealmBridge
           
 class AbstractRealmBridge
           
 class CallerIdentityUserPasswordRealmBridge
           
 class ConfiguredIdentityUserPasswordRealmBridge
          ConfiguredIdentityRealmBridge supplies a constant mapping between realms: it always returns the configured user and password, no matter what the source realm or source subject.
 class PropertiesFilePrincipalMappingUserPasswordRealmBridge
          works off a property file with lines of the format: sourceprincipalname=targetprincipal:targetuser:targetpassword

all three can be mapped separately; the source for each key is from the appropriate principal class and possibly callback name.

 



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