com.jaspersoft.jasperserver.api.metadata.user.service.impl
Class RequestAuthenticationToken
java.lang.Object
org.acegisecurity.providers.AbstractAuthenticationToken
com.jaspersoft.jasperserver.api.metadata.user.service.impl.RequestAuthenticationToken
- All Implemented Interfaces:
- java.io.Serializable, java.security.Principal, org.acegisecurity.Authentication
public class RequestAuthenticationToken
- extends org.acegisecurity.providers.AbstractAuthenticationToken
- Author:
- swood
- See Also:
- Serialized Form
Methods inherited from class org.acegisecurity.providers.AbstractAuthenticationToken |
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RequestAuthenticationToken
public RequestAuthenticationToken()
RequestAuthenticationToken
public RequestAuthenticationToken(java.util.Map requestParameters)
getCredentials
public java.lang.Object getCredentials()
setCredentials
public void setCredentials(java.lang.Object credentials)
- Parameters:
credentials
- The credentials to set.
getPrincipal
public java.lang.Object getPrincipal()
setPrincipal
public void setPrincipal(java.lang.Object principal)
- Parameters:
principal
- The principal to set.
Copyright © 2007. All Rights Reserved.