Class Authentication
- java.lang.Object
-
- com.woorea.openstack.keystone.v3.model.Authentication
-
- All Implemented Interfaces:
Serializable
public class Authentication extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthentication.Identitystatic classAuthentication.Scope
-
Constructor Summary
Constructors Constructor Description Authentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication.IdentitygetIdentity()Authentication.ScopegetScope()voidsetIdentity(Authentication.Identity identity)voidsetScope(Authentication.Scope scope)
-
-
-
Method Detail
-
getIdentity
public Authentication.Identity getIdentity()
-
setIdentity
public void setIdentity(Authentication.Identity identity)
-
getScope
public Authentication.Scope getScope()
-
setScope
public void setScope(Authentication.Scope scope)
-
-