Modifier and Type | Class and Description |
---|---|
static class |
Auth.Identity.PasswordAuth |
Constructor and Description |
---|
Auth.Identity() |
Modifier and Type | Method and Description |
---|---|
static Auth.Identity |
create(List<String> methods,
Auth.Id token,
Auth.Identity.PasswordAuth password) |
abstract List<String> |
methods() |
abstract Auth.Identity.PasswordAuth |
password() |
abstract Auth.Id |
token() |
@Nullable public abstract Auth.Identity.PasswordAuth password()
public static Auth.Identity create(List<String> methods, Auth.Id token, Auth.Identity.PasswordAuth password)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.