org.apache.geronimo.security
Class PrimaryRealmPrincipal

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

public class PrimaryRealmPrincipal
extends RealmPrincipal

See Also:
Serialized Form

Constructor Summary
PrimaryRealmPrincipal(String realm, String domain, Principal principal)
           
 
Method Summary
 
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-2008 The Apache Geronimo development community. All Rights Reserved.