- java.lang.Object
-
- swim.runtime.AuthenticatorAddress
-
- All Implemented Interfaces:
Debug,CellAddress
public final class AuthenticatorAddress extends Object implements CellAddress, 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)static AuthenticatorAddresscreate(String authenticatorName)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AuthenticatorAddress
public AuthenticatorAddress(String authenticatorName)
-
-
Method Detail
-
authenticatorName
public String authenticatorName()
-
authenticatorName
public AuthenticatorAddress authenticatorName(String authenticatorName)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static AuthenticatorAddress create(String authenticatorName)
-
-