Module swim.system
Package swim.system

Class AuthenticatorAddress

java.lang.Object
swim.system.AuthenticatorAddress
All Implemented Interfaces:
Debug, CellAddress

public final class AuthenticatorAddress extends Object implements CellAddress, Debug
  • Constructor Details

    • AuthenticatorAddress

      public AuthenticatorAddress(String authenticatorName)
  • Method Details

    • authenticatorName

      public String authenticatorName()
    • authenticatorName

      public AuthenticatorAddress authenticatorName(String authenticatorName)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • debug

      public <T> Output<T> debug(Output<T> output)
      Description copied from interface: Debug
      Writes a developer readable, debug-formatted string representation of this object to output.
      Specified by:
      debug in interface Debug
      Returns:
      the continuation of the output.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • create

      public static AuthenticatorAddress create(String authenticatorName)