public class Oauth2GrantTypes extends Object
| Constructor and Description |
|---|
Oauth2GrantTypes()
This creates a Oauth2GrantTypes
|
Oauth2GrantTypes(Oauth2AuthorizationCodeGrantType authorizationCode)
This creates a Oauth2GrantTypes
|
Oauth2GrantTypes(Oauth2AuthorizationCodeGrantType authorizationCode,
Oauth2ImplicitGrantType implicit)
This creates a Oauth2GrantTypes
|
Oauth2GrantTypes(Oauth2ImplicitGrantType implicit)
This creates a Oauth2GrantTypes
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Oauth2AuthorizationCodeGrantType |
getAuthorizationCode()
This gets the authorizationCode
|
Oauth2ImplicitGrantType |
getImplicit()
This gets the implicit
|
int |
hashCode() |
String |
toString() |
public Oauth2GrantTypes()
public Oauth2GrantTypes(Oauth2AuthorizationCodeGrantType authorizationCode)
authorizationCode - public Oauth2GrantTypes(Oauth2ImplicitGrantType implicit)
implicit - public Oauth2GrantTypes(Oauth2AuthorizationCodeGrantType authorizationCode, Oauth2ImplicitGrantType implicit)
authorizationCode - implicit - public Oauth2AuthorizationCodeGrantType getAuthorizationCode()
public Oauth2ImplicitGrantType getImplicit()
public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.