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

    Constructors
    Constructor
    Description
    MapRTicketToken(byte[] token, boolean impersonateUser)
     
    MapRTicketToken(Object principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, byte[] token, String respEncrypted, boolean impersonateUser)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken

    equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.security.core.Authentication

    getPrincipal

    Methods inherited from interface java.security.Principal

    implies
  • 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

      public Object getCredentials()