Interface ResolvedSubjectOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResolvedSubject, ResolvedSubject.Builder

public interface ResolvedSubjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    partial_caveat_info holds information of a partially-evaluated caveated response
    partial_caveat_info holds information of a partially-evaluated caveated response
    permissionship indicates whether the response was partially evaluated or not
    int
    permissionship indicates whether the response was partially evaluated or not
    subject_object_id is the Object ID of the subject found.
    com.google.protobuf.ByteString
    subject_object_id is the Object ID of the subject found.
    boolean
    partial_caveat_info holds information of a partially-evaluated caveated response

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSubjectObjectId

      String getSubjectObjectId()
       subject_object_id is the Object ID of the subject found. May be a `*` if
       a wildcard was found.
       
      string subject_object_id = 1;
      Returns:
      The subjectObjectId.
    • getSubjectObjectIdBytes

      com.google.protobuf.ByteString getSubjectObjectIdBytes()
       subject_object_id is the Object ID of the subject found. May be a `*` if
       a wildcard was found.
       
      string subject_object_id = 1;
      Returns:
      The bytes for subjectObjectId.
    • getPermissionshipValue

      int getPermissionshipValue()
       permissionship indicates whether the response was partially evaluated or not
       
      .authzed.api.v1.LookupPermissionship permissionship = 2 [(.validate.rules) = { ... }
      Returns:
      The enum numeric value on the wire for permissionship.
    • getPermissionship

      LookupPermissionship getPermissionship()
       permissionship indicates whether the response was partially evaluated or not
       
      .authzed.api.v1.LookupPermissionship permissionship = 2 [(.validate.rules) = { ... }
      Returns:
      The permissionship.
    • hasPartialCaveatInfo

      boolean hasPartialCaveatInfo()
       partial_caveat_info holds information of a partially-evaluated caveated response
       
      .authzed.api.v1.PartialCaveatInfo partial_caveat_info = 3 [(.validate.rules) = { ... }
      Returns:
      Whether the partialCaveatInfo field is set.
    • getPartialCaveatInfo

      PartialCaveatInfo getPartialCaveatInfo()
       partial_caveat_info holds information of a partially-evaluated caveated response
       
      .authzed.api.v1.PartialCaveatInfo partial_caveat_info = 3 [(.validate.rules) = { ... }
      Returns:
      The partialCaveatInfo.
    • getPartialCaveatInfoOrBuilder

      PartialCaveatInfoOrBuilder getPartialCaveatInfoOrBuilder()
       partial_caveat_info holds information of a partially-evaluated caveated response
       
      .authzed.api.v1.PartialCaveatInfo partial_caveat_info = 3 [(.validate.rules) = { ... }