Class KeyManagerInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.KeyManagerInfoDTO
KeyManagerInfoDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the tokens to be used (exchanged or without exchanged). -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetId()Get idgetName()Get nameThe type of the tokens to be used (exchanged or without exchanged).getType()Get typeinthashCode()Get enabledvoidsetDescription(String description) voidsetEnabled(Boolean enabled) voidvoidvoidsetTokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) voidtokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_TOKEN_TYPE
- See Also:
-
-
Constructor Details
-
KeyManagerInfoDTO
public KeyManagerInfoDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
type
-
getType
Get type- Returns:
- type
-
setType
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
enabled
-
isEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
tokenType
-
getTokenType
The type of the tokens to be used (exchanged or without exchanged). Accepted values are EXCHANGED and DIRECT.- Returns:
- tokenType
-
setTokenType
-
equals
-
hashCode
public int hashCode() -
toString
-