public class ApiOauth2Authorization extends Object
| Constructor and Description |
|---|
ApiOauth2Authorization()
This creates a ApiOauth2Authorization
|
ApiOauth2Authorization(List<Oauth2Scope> scopes,
Oauth2GrantTypes grantTypes)
This creates a ApiOauth2Authorization
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Oauth2GrantTypes |
getGrantTypes()
This gets the grantTypes
|
List<Oauth2Scope> |
getScopes()
This gets the scopes
|
String |
getType()
This gets the type of the authorization
|
int |
hashCode() |
String |
toString() |
public ApiOauth2Authorization()
public ApiOauth2Authorization(List<Oauth2Scope> scopes, Oauth2GrantTypes grantTypes)
scopes - grantTypes - public String getType()
public List<Oauth2Scope> getScopes()
public Oauth2GrantTypes getGrantTypes()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.