public static interface Authentication.Identity
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Authentication.Identity.Password |
static interface |
Authentication.Identity.Token |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMethods() |
Authentication.Identity.Password |
getPassword() |
Authentication.Identity.Token |
getToken() |
Authentication.Identity.Password getPassword()
Authentication.Identity.Token getToken()
Copyright © 2017. All rights reserved.