Class VideographerAuthenticationToken

java.lang.Object
org.codice.ddf.security.handler.BaseAuthenticationToken
org.codice.alliance.video.security.videographer.token.VideographerAuthenticationToken
All Implemented Interfaces:
Serializable, org.apache.shiro.authc.AuthenticationToken

public class VideographerAuthenticationToken extends org.codice.ddf.security.handler.BaseAuthenticationToken
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.codice.ddf.security.handler.BaseAuthenticationToken

    allowGuest, credentials, ip, principal
  • Constructor Summary

    Constructors
    Constructor
    Description
    VideographerAuthenticationToken(String ip, ddf.security.audit.SecurityLogger securityLogger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.codice.ddf.security.handler.BaseAuthenticationToken

    getAllowGuest, getCredentials, getCredentialsAsString, getPrincipal, getRequestURI, getType, getX509Certs, setAllowGuest, setCredentials, setRequestURI, setType, setX509Certs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • VideographerAuthenticationToken

      public VideographerAuthenticationToken(String ip, ddf.security.audit.SecurityLogger securityLogger)
  • Method Details

    • getIpAddress

      public String getIpAddress()
      Overrides:
      getIpAddress in class org.codice.ddf.security.handler.BaseAuthenticationToken
    • toString

      public String toString()
      Overrides:
      toString in class Object