public class TokenHandlingDTO extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TokenHandlingDTO.TypeEnum |
Constructor and Description |
---|
TokenHandlingDTO() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnable() |
TokenHandlingDTO.TypeEnum |
getType() |
Object |
getValue() |
void |
setEnable(Boolean enable) |
void |
setType(TokenHandlingDTO.TypeEnum type) |
void |
setValue(Object value) |
public Boolean getEnable()
public void setEnable(Boolean enable)
public TokenHandlingDTO.TypeEnum getType()
public void setType(TokenHandlingDTO.TypeEnum type)
public Object getValue()
public void setValue(Object value)
Copyright © 2024 WSO2. All rights reserved.