org.mule.module.jaas
Class MuleJaasPrincipal

java.lang.Object
  extended by org.mule.module.jaas.MuleJaasPrincipal
All Implemented Interfaces:
Serializable, Principal

public class MuleJaasPrincipal
extends Object
implements Principal, Serializable

See Also:
Serialized Form

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

Constructor Detail

MuleJaasPrincipal

public MuleJaasPrincipal(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object

hasCode

public int hasCode()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.