- java.lang.Object
-
- swim.runtime.AuthenticatorAddress
-
- All Implemented Interfaces:
swim.codec.Debug,CellAddress
public final class AuthenticatorAddress extends Object implements CellAddress, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorAddress(String authenticatorName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringauthenticatorName()AuthenticatorAddressauthenticatorName(String authenticatorName)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)static AuthenticatorAddressfrom(String authenticatorName)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AuthenticatorAddress
public AuthenticatorAddress(String authenticatorName)
-
-
Method Detail
-
authenticatorName
public String authenticatorName()
-
authenticatorName
public AuthenticatorAddress authenticatorName(String authenticatorName)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
from
public static AuthenticatorAddress from(String authenticatorName)
-
-