java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.AuthorizationState
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class AuthorizationState extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
AuthorizationState holds the state of the authorization performed in the past. By examining the instance of this class the caller can learn whether or not the user was authorized to access the source/dest indices present in the TransformConfig. This class is immutable.
  • Field Details

    • TIMESTAMP

      public static final org.elasticsearch.xcontent.ParseField TIMESTAMP
    • STATUS

      public static final org.elasticsearch.xcontent.ParseField STATUS
    • LAST_AUTH_ERROR

      public static final org.elasticsearch.xcontent.ParseField LAST_AUTH_ERROR
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<AuthorizationState,Void> PARSER
  • Constructor Details

  • Method Details