Module swim.runtime
Package swim.runtime

Class AuthenticatorAddress

  • All Implemented Interfaces:
    Debug

    public final class AuthenticatorAddress
    extends CellAddress
    implements Debug
    • Constructor Detail

      • AuthenticatorAddress

        public AuthenticatorAddress​(String authenticatorName)
    • Method Detail

      • authenticatorName

        public String authenticatorName()
      • hashCode

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

        public void debug​(Output<?> 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