public class TokenRequestEndpoint extends Object
| Constructor and Description |
|---|
TokenRequestEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIdName() |
String |
getClientSecretName() |
URI |
getUrl()
(Required)
|
void |
setClientIdName(String clientIdName) |
void |
setClientSecretName(String clientSecretName) |
void |
setUrl(URI url)
(Required)
|
public URI getUrl()
public void setUrl(URI url)
url - The urlpublic String getClientIdName()
public void setClientIdName(String clientIdName)
clientIdName - The clientIdNamepublic String getClientSecretName()
public void setClientSecretName(String clientSecretName)
clientSecretName - The clientSecretNameCopyright © 2011–2016 Red Hat. All rights reserved.