org.mule.extras.acegi
Class AcegiAuthenticationAdapter

java.lang.Object
  extended byorg.mule.extras.acegi.AcegiAuthenticationAdapter
All Implemented Interfaces:
UMOAuthentication

public class AcegiAuthenticationAdapter
extends java.lang.Object
implements UMOAuthentication

AcegiAuthenticationAdapter TODO

Version:
$Revision: 1.1 $
Author:
Ross Mason

Constructor Summary
AcegiAuthenticationAdapter(Authentication authentication)
           
 
Method Summary
 boolean equals(java.lang.Object another)
           
 GrantedAuthority[] getAuthorities()
           
 java.lang.Object getCredentials()
           
 Authentication getDelegate()
           
 java.lang.Object getDetails()
           
 java.lang.String getName()
           
 java.lang.Object getPrincipal()
           
 int hashCode()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcegiAuthenticationAdapter

public AcegiAuthenticationAdapter(Authentication authentication)
Method Detail

setAuthenticated

public void setAuthenticated(boolean b)
Specified by:
setAuthenticated in interface UMOAuthentication

isAuthenticated

public boolean isAuthenticated()
Specified by:
isAuthenticated in interface UMOAuthentication

getAuthorities

public GrantedAuthority[] getAuthorities()

getCredentials

public java.lang.Object getCredentials()
Specified by:
getCredentials in interface UMOAuthentication

getDetails

public java.lang.Object getDetails()
Specified by:
getDetails in interface UMOAuthentication

getPrincipal

public java.lang.Object getPrincipal()
Specified by:
getPrincipal in interface UMOAuthentication

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object another)

getName

public java.lang.String getName()

getDelegate

public Authentication getDelegate()


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.