Class KeyManagerInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.KeyManagerInfoDTO
-
public class KeyManagerInfoDTO extends Object
KeyManagerInfoDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyManagerInfoDTO.TokenTypeEnumThe type of the tokens to be used (exchanged or without exchanged).
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_ENABLEDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TOKEN_TYPEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description KeyManagerInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManagerInfoDTOdescription(String description)KeyManagerInfoDTOenabled(Boolean enabled)booleanequals(Object o)StringgetDescription()Get descriptionStringgetId()Get idStringgetName()Get nameKeyManagerInfoDTO.TokenTypeEnumgetTokenType()The type of the tokens to be used (exchanged or without exchanged).StringgetType()Get typeinthashCode()KeyManagerInfoDTOid(String id)BooleanisEnabled()Get enabledKeyManagerInfoDTOname(String name)voidsetDescription(String description)voidsetEnabled(Boolean enabled)voidsetId(String id)voidsetName(String name)voidsetTokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType)voidsetType(String type)KeyManagerInfoDTOtokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType)StringtoString()KeyManagerInfoDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_ENABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOKEN_TYPE
public static final String SERIALIZED_NAME_TOKEN_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public KeyManagerInfoDTO id(String id)
-
setId
public void setId(String id)
-
name
public KeyManagerInfoDTO name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
type
public KeyManagerInfoDTO type(String type)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
description
public KeyManagerInfoDTO description(String description)
-
setDescription
public void setDescription(String description)
-
enabled
public KeyManagerInfoDTO enabled(Boolean enabled)
-
setEnabled
public void setEnabled(Boolean enabled)
-
tokenType
public KeyManagerInfoDTO tokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType)
-
getTokenType
@Nullable public KeyManagerInfoDTO.TokenTypeEnum getTokenType()
The type of the tokens to be used (exchanged or without exchanged). Accepted values are EXCHANGED and DIRECT.- Returns:
- tokenType
-
setTokenType
public void setTokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType)
-
-