- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.AuthenticatorAddress
-
- All Implemented Interfaces:
Debug
public final class AuthenticatorAddress extends CellAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorAddress(String authenticatorName)
-
Method Summary
Modifier and Type Method Description StringauthenticatorName()AuthenticatorAddressauthenticatorName(String authenticatorName)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static AuthenticatorAddressfrom(String authenticatorName)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AuthenticatorAddress
public AuthenticatorAddress(String authenticatorName)
-
-
Method Detail
-
from
public static AuthenticatorAddress from(String authenticatorName)
-
authenticatorName
public String authenticatorName()
-
authenticatorName
public AuthenticatorAddress authenticatorName(String authenticatorName)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-