Class UID

All Implemented Interfaces:
Identifier, Comparable<Identifier>, net.minidev.json.JSONAware

public final class UID extends BaseIdentifier
Represents a user identifier (UID).
  • Constructor Details

    • UID

      public UID(String value)
      Creates a new user identifier (UID) with the specified value.
      Parameters:
      value - The user identifier (UID) value. Must not be null.
  • Method Details

    • equals

      public boolean equals(Object object)
      Description copied from class: BaseIdentifier
      Overrides Object.equals().
      Specified by:
      equals in class BaseIdentifier
      Parameters:
      object - The object to compare to.
      Returns:
      true if the objects have the same value, otherwise false.