org.apache.geronimo.connector.outbound.security
Class ResourcePrincipal

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.security.ResourcePrincipal
All Implemented Interfaces:
java.io.Serializable, java.security.Principal

public class ResourcePrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

Version:
$Rev: 550546 $ $Date: 2007-06-26 00:52:11 +0800 (Tue, 26 Jun 2007) $
See Also:
Serialized Form

Constructor Summary
ResourcePrincipal(java.lang.String resourcePrincipal)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Constructor Detail

ResourcePrincipal

public ResourcePrincipal(java.lang.String resourcePrincipal)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.