Interface ActorAwareAuthenticationTokenFactory

All Known Implementing Classes:
ActorAwareUsernamePasswordTokenFactory

public interface ActorAwareAuthenticationTokenFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    forRequestBody(com.fasterxml.jackson.databind.JsonNode jsonNode)
    Create an authentication token for the given JsonNode
  • Method Details

    • forRequestBody

      ActorAwareAuthenticationToken forRequestBody(com.fasterxml.jackson.databind.JsonNode jsonNode)
      Create an authentication token for the given JsonNode
      Throws:
      IllegalArgumentException - if the required properties are missing in the input (or otherwise not valid)