public class Authentication extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Authentication.Identity |
static class |
Authentication.Scope |
Constructor and Description |
---|
Authentication() |
Modifier and Type | Method and Description |
---|---|
Authentication.Identity |
getIdentity() |
Authentication.Scope |
getScope() |
void |
setIdentity(Authentication.Identity identity) |
void |
setScope(Authentication.Scope scope) |
public Authentication.Identity getIdentity()
public void setIdentity(Authentication.Identity identity)
public Authentication.Scope getScope()
public void setScope(Authentication.Scope scope)
Copyright © 2012–2020. All rights reserved.