All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

The newest version!
{
  "groups": [
    {
      "name": "my-org.cli.security",
      "type": "org.my.developer.security.CommandLineSecurityConfigurer"
    },
    {
      "name": "my-org.web.security",
      "type": "org.my.developer.security.WebSecurityConfigurer"
    }
  ],
  "properties": [
    {
      "name": "aliyun.sts.access-key-id",
      "type": "String",
      "description": "STS user AccessKeyId."
    },
    {
      "name": "aliyun.sts.access-key-secret",
      "type": "String",
      "description": "STS user AccessKeySecret."
    },
    {
      "name": "aliyun.sts.endpoint",
      "type": "String",
      "description": "STS endpoint"
    },
    {
      "name": "aliyun.sts.duration-seconds",
      "type": "Long",
      "description": "Set principal valid time in seconds."
    },
    {
      "name": "aliyun.sts.role-arn",
      "type": "String",
      "description": "Set sts ram role arn."
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy