- java.lang.Object
-
- swim.system.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 String
authenticatorName()
AuthenticatorAddress
authenticatorName(String authenticatorName)
static AuthenticatorAddress
create(String authenticatorName)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
String
toString()
-
-
-
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:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
create
public static AuthenticatorAddress create(String authenticatorName)
-
-