Class ApplicationKeyReGenerateResponseDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.ApplicationKeyReGenerateResponseDTO
-
public class ApplicationKeyReGenerateResponseDTO extends Object
ApplicationKeyReGenerateResponseDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSUMER_KEYstatic StringSERIALIZED_NAME_CONSUMER_SECRET
-
Constructor Summary
Constructors Constructor Description ApplicationKeyReGenerateResponseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationKeyReGenerateResponseDTOconsumerKey(String consumerKey)ApplicationKeyReGenerateResponseDTOconsumerSecret(String consumerSecret)booleanequals(Object o)StringgetConsumerKey()The consumer key associated with the application, used to indetify the clientStringgetConsumerSecret()The client secret that is used to authenticate the client with the authentication serverinthashCode()voidsetConsumerKey(String consumerKey)voidsetConsumerSecret(String consumerSecret)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONSUMER_KEY
public static final String SERIALIZED_NAME_CONSUMER_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSUMER_SECRET
public static final String SERIALIZED_NAME_CONSUMER_SECRET
- See Also:
- Constant Field Values
-
-
Method Detail
-
consumerKey
public ApplicationKeyReGenerateResponseDTO consumerKey(String consumerKey)
-
getConsumerKey
@Nullable public String getConsumerKey()
The consumer key associated with the application, used to indetify the client- Returns:
- consumerKey
-
setConsumerKey
public void setConsumerKey(String consumerKey)
-
consumerSecret
public ApplicationKeyReGenerateResponseDTO consumerSecret(String consumerSecret)
-
getConsumerSecret
@Nullable public String getConsumerSecret()
The client secret that is used to authenticate the client with the authentication server- Returns:
- consumerSecret
-
setConsumerSecret
public void setConsumerSecret(String consumerSecret)
-
-