Package com.mapr.web.security
Class MapRTicketToken
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
com.mapr.web.security.MapRTicketToken
- All Implemented Interfaces:
Serializable,Principal,org.springframework.security.core.Authentication,org.springframework.security.core.CredentialsContainer
public class MapRTicketToken
extends org.springframework.security.authentication.AbstractAuthenticationToken
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapRTicketToken(byte[] token, boolean impersonateUser) MapRTicketToken(Object principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, byte[] token, String respEncrypted, boolean impersonateUser) -
Method Summary
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.security.core.Authentication
getPrincipal
-
Constructor Details
-
MapRTicketToken
public MapRTicketToken(byte[] token, boolean impersonateUser) -
MapRTicketToken
public MapRTicketToken(Object principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, byte[] token, String respEncrypted, boolean impersonateUser)
-
-
Method Details
-
getCredentials
-