Uses of Class
org.wso2.carbon.mediation.security.vault.VaultType
-
Packages that use VaultType Package Description org.wso2.carbon.mediation.security.vault -
-
Uses of VaultType in org.wso2.carbon.mediation.security.vault
Methods in org.wso2.carbon.mediation.security.vault that return VaultType Modifier and Type Method Description VaultType
SecretSrcData. getVaultType()
static VaultType
VaultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VaultType[]
VaultType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wso2.carbon.mediation.security.vault with parameters of type VaultType Constructor Description SecretSrcData(VaultType vaultType, boolean isEncrypted)
-