org.mule.umo.security
Interface UMOCredentials

All Known Implementing Classes:
MuleCredentials

public interface UMOCredentials

UMOCredentials holds credentials information for a user.

Version:
$Revision: 7976 $
Author:
Ross Mason

Method Summary
 char[] getPassword()
           
 Object getRoles()
           
 String getUsername()
           
 

Method Detail

getUsername

public String getUsername()

getPassword

public char[] getPassword()

getRoles

public Object getRoles()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.