public class AuthTokenRequest extends Object
| Constructor and Description |
|---|
AuthTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGrantType() |
AuthPrincipal |
getPrincipal() |
String |
getScope() |
void |
setGrantType(String grantType) |
void |
setPrincipal(AuthPrincipal principal) |
void |
setScope(String scope) |
public String getScope()
public void setScope(String scope)
public String getGrantType()
public void setGrantType(String grantType)
public AuthPrincipal getPrincipal()
public void setPrincipal(AuthPrincipal principal)
Copyright © 2004-2016. All Rights Reserved.