Package | Description |
---|---|
com.woorea.openstack.keystone.v3.model |
Modifier and Type | Field and Description |
---|---|
private Authentication.Identity |
Authentication.identity |
Modifier and Type | Method and Description |
---|---|
Authentication.Identity |
Authentication.getIdentity() |
static Authentication.Identity |
Authentication.Identity.password(java.lang.String userId,
java.lang.String password) |
static Authentication.Identity |
Authentication.Identity.password(java.lang.String domainName,
java.lang.String username,
java.lang.String password) |
static Authentication.Identity |
Authentication.Identity.token(java.lang.String token) |
Modifier and Type | Method and Description |
---|---|
void |
Authentication.setIdentity(Authentication.Identity identity) |