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