com.hs.mail.security
Class RolePrincipal

java.lang.Object
  extended by com.hs.mail.security.BasicPrincipal
      extended by com.hs.mail.security.RolePrincipal
All Implemented Interfaces:
Principal

public class RolePrincipal
extends BasicPrincipal

Represents a role as a JAAS principal.

Since:
Jul 18, 2007
Author:
Won Chul Doh

Constructor Summary
RolePrincipal(String role)
           
 
Method Summary
 
Methods inherited from class com.hs.mail.security.BasicPrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RolePrincipal

public RolePrincipal(String role)


Copyright © 2011. All Rights Reserved.