org.apache.geronimo.security
Class PrimaryRealmPrincipal

java.lang.Object
  extended byorg.apache.geronimo.security.RealmPrincipal
      extended byorg.apache.geronimo.security.PrimaryRealmPrincipal
All Implemented Interfaces:
Principal, Serializable

public class PrimaryRealmPrincipal
extends RealmPrincipal

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
PrimaryRealmPrincipal(String realm, String domain, Principal principal)
           
 
Methods inherited from class org.apache.geronimo.security.RealmPrincipal
equals, getLoginDomain, getName, getPrincipal, getRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimaryRealmPrincipal

public PrimaryRealmPrincipal(String realm,
                             String domain,
                             Principal principal)


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