public class Oauth2ImplicitGrantType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Oauth2ImplicitGrantType.LoginEndpoint
The LoginEndpoint represents the login endpoint used for the implicit flow
|
| Constructor and Description |
|---|
Oauth2ImplicitGrantType()
This creates a Oauth2ImplicitGrantType
|
Oauth2ImplicitGrantType(String loginEndpointUrl)
This creates a Oauth2ImplicitGrantType
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Oauth2ImplicitGrantType.LoginEndpoint |
getLoginEndpoint()
This gets the loginEndpoint
|
String |
getTokenName()
This gets the tokenName
|
int |
hashCode() |
String |
toString() |
public Oauth2ImplicitGrantType()
public Oauth2ImplicitGrantType(String loginEndpointUrl)
loginEndpointUrl - public String getTokenName()
public Oauth2ImplicitGrantType.LoginEndpoint getLoginEndpoint()
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.