Class Auth
- java.lang.Object
-
- org.jclouds.openstack.keystone.v3.domain.Auth
-
public abstract class Auth extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Auth.DomainIdScope
static class
Auth.DomainScope
static class
Auth.Id
static class
Auth.Identity
static class
Auth.Name
static class
Auth.ProjectIdScope
static class
Auth.ProjectScope
static class
Auth.Scope
-
Constructor Summary
Constructors Constructor Description Auth()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Auth
create(Auth.Identity identity, Object scope)
abstract Auth.Identity
identity()
abstract Object
scope()
-
-
-
Method Detail
-
identity
public abstract Auth.Identity identity()
-
create
public static Auth create(Auth.Identity identity, Object scope)
-
-