public class Authentication
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Authentication.Identity |
static class |
Authentication.Scope |
Modifier and Type | Field and Description |
---|---|
private Authentication.Identity |
identity |
private Authentication.Scope |
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) |
private Authentication.Identity identity
private Authentication.Scope scope
public Authentication.Identity getIdentity()
public void setIdentity(Authentication.Identity identity)
public Authentication.Scope getScope()
public void setScope(Authentication.Scope scope)