org.apache.openejb.core.security.jaas
Class GroupPrincipal
java.lang.Object
org.apache.openejb.core.security.jaas.GroupPrincipal
- All Implemented Interfaces:
- java.security.Principal
public class GroupPrincipal
- extends java.lang.Object
- implements java.security.Principal
- Version:
- $Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GroupPrincipal
public GroupPrincipal(java.lang.String name)
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
toString
public java.lang.String toString()
- Specified by:
toString
in interface java.security.Principal
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.