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

public class AuthorizationState extends Object implements Writeable, 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.