Class UserSubject.Builder

  • Enclosing class:
    UserSubject

    public static class UserSubject.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserSubject build()  
      UserSubject.Builder name​(@NonNull java.lang.String name)
      `name` is the username that matches, or "*" to match all usernames.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • name

        public UserSubject.Builder name​(@NonNull
                                        @NonNull java.lang.String name)
        `name` is the username that matches, or "*" to match all usernames. Required.
        Returns:
        this.
      • toString

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