Class Authentication
- java.lang.Object
-
- com.woorea.openstack.keystone.v3.model.Authentication
-
- All Implemented Interfaces:
java.io.Serializable
public class Authentication extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Authentication.Identity
static class
Authentication.Scope
-
Field Summary
Fields Modifier and Type Field Description private Authentication.Identity
identity
private Authentication.Scope
scope
-
Constructor Summary
Constructors Constructor Description Authentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication.Identity
getIdentity()
Authentication.Scope
getScope()
void
setIdentity(Authentication.Identity identity)
void
setScope(Authentication.Scope scope)
-
-
-
Field Detail
-
identity
private Authentication.Identity identity
-
scope
private 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)
-
-