org.mule.umo.security
Interface UMOCredentials

All Known Implementing Classes:
MuleCredentials

public interface UMOCredentials

UMOCredentials holds credentials information for a user.


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

Method Detail

getUsername

String getUsername()

getPassword

char[] getPassword()

getRoles

Object getRoles()


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