org.kuali.rice.kim.client.acegi
Class KualiDistributedSessionExpiredAuthentication

java.lang.Object
  extended by org.acegisecurity.providers.AbstractAuthenticationToken
      extended by org.kuali.rice.kim.client.acegi.KualiDistributedSessionExpiredAuthentication
All Implemented Interfaces:
Serializable, Principal, org.acegisecurity.Authentication

public class KualiDistributedSessionExpiredAuthentication
extends org.acegisecurity.providers.AbstractAuthenticationToken

An indicator used to determine that the session expired

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
KualiDistributedSessionExpiredAuthentication()
           
 
Method Summary
 Object getCredentials()
          This overridden method ...
 Object getPrincipal()
          This overridden method ...
 boolean isAuthenticated()
           
 
Methods inherited from class org.acegisecurity.providers.AbstractAuthenticationToken
equals, getAuthorities, getDetails, getName, hashCode, setAuthenticated, setDetails, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KualiDistributedSessionExpiredAuthentication

public KualiDistributedSessionExpiredAuthentication()
Method Detail

isAuthenticated

public boolean isAuthenticated()
Specified by:
isAuthenticated in interface org.acegisecurity.Authentication
Overrides:
isAuthenticated in class org.acegisecurity.providers.AbstractAuthenticationToken

getCredentials

public Object getCredentials()
This overridden method ...

See Also:
Authentication.getCredentials()

getPrincipal

public Object getPrincipal()
This overridden method ...

See Also:
Authentication.getPrincipal()


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.