@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T12:42:08.204+05:30") public class ApplicationKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationKey.KeyTypeEnum
Describes to which endpoint the key belongs
|
| Constructor and Description |
|---|
ApplicationKey() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
addSupportedGrantTypesItem(String supportedGrantTypesItem) |
ApplicationKey |
callbackUrl(String callbackUrl) |
ApplicationKey |
consumerKey(String consumerKey) |
ApplicationKey |
consumerSecret(String consumerSecret) |
boolean |
equals(Object o) |
String |
getCallbackUrl()
Callback URL
|
String |
getConsumerKey()
The consumer key associated with the application and identifying the client
|
String |
getConsumerSecret()
The client secret that is used to authenticate the client with the authentication server
|
String |
getGroupId()
Application group id (if any).
|
String |
getKeyState()
Describes the state of the key generation.
|
ApplicationKey.KeyTypeEnum |
getKeyType()
Describes to which endpoint the key belongs
|
List<String> |
getSupportedGrantTypes()
The grant types that are supported by the application
|
Token |
getToken()
Get token
|
ApplicationKey |
groupId(String groupId) |
int |
hashCode() |
ApplicationKey |
keyState(String keyState) |
ApplicationKey |
keyType(ApplicationKey.KeyTypeEnum keyType) |
void |
setCallbackUrl(String callbackUrl) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setGroupId(String groupId) |
void |
setKeyState(String keyState) |
void |
setKeyType(ApplicationKey.KeyTypeEnum keyType) |
void |
setSupportedGrantTypes(List<String> supportedGrantTypes) |
void |
setToken(Token token) |
ApplicationKey |
supportedGrantTypes(List<String> supportedGrantTypes) |
ApplicationKey |
token(Token token) |
String |
toString() |
public ApplicationKey consumerKey(String consumerKey)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public ApplicationKey consumerSecret(String consumerSecret)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public ApplicationKey supportedGrantTypes(List<String> supportedGrantTypes)
public ApplicationKey addSupportedGrantTypesItem(String supportedGrantTypesItem)
public List<String> getSupportedGrantTypes()
public ApplicationKey callbackUrl(String callbackUrl)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public ApplicationKey keyState(String keyState)
public String getKeyState()
public void setKeyState(String keyState)
public ApplicationKey keyType(ApplicationKey.KeyTypeEnum keyType)
public ApplicationKey.KeyTypeEnum getKeyType()
public void setKeyType(ApplicationKey.KeyTypeEnum keyType)
public ApplicationKey groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public ApplicationKey token(Token token)
public Token getToken()
public void setToken(Token token)
Copyright © 2018 WSO2 Inc. All rights reserved.