public abstract class Auth extends Object
Modifier and Type | Class and 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 and Description |
---|
Auth() |
Modifier and Type | Method and Description |
---|---|
static Auth |
create(Auth.Identity identity,
Object scope) |
abstract Auth.Identity |
identity() |
abstract Object |
scope() |
public abstract Auth.Identity identity()
public static Auth create(Auth.Identity identity, Object scope)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.