Class Subject

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class Subject
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
    • Method Detail

      • getKind

        @NonNull
        public @NonNull java.lang.String getKind()
        `kind` indicates which one of the other fields is non-empty. Required
      • setKind

        public void setKind​(@NonNull
                            @NonNull java.lang.String kind)
        `kind` indicates which one of the other fields is non-empty. Required
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object