Interface Authentication.Identity
-
- All Known Implementing Classes:
KeystoneAuth.AuthIdentity
- Enclosing interface:
- Authentication
public static interface Authentication.Identity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthentication.Identity.Passwordstatic interfaceAuthentication.Identity.Token
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getMethods()Authentication.Identity.PasswordgetPassword()Authentication.Identity.TokengetToken()
-
-
-
Method Detail
-
getPassword
Authentication.Identity.Password getPassword()
-
getToken
Authentication.Identity.Token getToken()
-
-