org.kuali.rice.kim.client.acegi
Class KualiDistributedSessionExpiredAuthentication
java.lang.Object
org.acegisecurity.providers.AbstractAuthenticationToken
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
Methods inherited from class org.acegisecurity.providers.AbstractAuthenticationToken |
equals, getAuthorities, getDetails, getName, hashCode, setAuthenticated, setDetails, toString |
KualiDistributedSessionExpiredAuthentication
public KualiDistributedSessionExpiredAuthentication()
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-2012 The Kuali Foundation. All Rights Reserved.