org.mule.umo.security
Interface UMOAuthentication
- All Known Implementing Classes:
- AcegiAuthenticationAdapter, MuleAuthentication, PGPAuthentication
- public interface UMOAuthentication
UMOAuthentication
represents an authentication request and contains
authenitcation information if the request was successful
- Version:
- $Revision: 1.3 $
- Author:
- Ross Mason
setAuthenticated
public void setAuthenticated(boolean b)
isAuthenticated
public boolean isAuthenticated()
getCredentials
public java.lang.Object getCredentials()
getDetails
public java.lang.Object getDetails()
getPrincipal
public java.lang.Object getPrincipal()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.