org.mule.api.security
Interface Authentication
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultMuleAuthentication
public interface Authentication
- extends Serializable
Authentication
represents an authentication request and contains
authentication information if the request was successful
setAuthenticated
void setAuthenticated(boolean b)
isAuthenticated
boolean isAuthenticated()
getCredentials
Object getCredentials()
getPrincipal
Object getPrincipal()
getProperties
Map getProperties()
setProperties
void setProperties(Map properties)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.