Interface ILogin.IUsingAuthenticator<T extends ILoginAuthenticator>
- Enclosing interface:
- ILogin
public static interface ILogin.IUsingAuthenticator<T extends ILoginAuthenticator>
-
Method Summary
Modifier and TypeMethodDescriptionUse user name and password for authentication.Use anIToken
instance, created by a corresponding authenticator type.
-
Method Details
-
with
Use user name and password for authentication.- Parameters:
credentials
- user name and password packed byPassword.of(String, String)
.- Returns:
- next builder step.
-
with
Use anIToken
instance, created by a corresponding authenticator type.- Parameters:
token
- parameterized token instance.- Returns:
- next builder step.
-