org.apache.openejb.core.security.jaas
Class UserPrincipal
java.lang.Object
org.apache.openejb.core.security.jaas.UserPrincipal
- All Implemented Interfaces:
- Principal
public class UserPrincipal
- extends Object
- implements Principal
- Version:
- $Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
UserPrincipal
public UserPrincipal(String name)
getName
public String getName()
- Specified by:
getName
in interface Principal
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Principal
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Principal
- Overrides:
hashCode
in class Object
toString
public String toString()
- Specified by:
toString
in interface Principal
- Overrides:
toString
in class Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.