PageRenderTime 26ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/security/src/main/resources/org/jboss/as/security/LocalDescriptions.properties

https://bitbucket.org/cprenzberg/wildfly
Properties File | 143 lines | 140 code | 3 blank | 0 comment | 0 complexity | 82c39d22008037aa6d7c00001c09b242 MD5 | raw file
  1. security=The configuration of the security subsystem.
  2. security.add=Adds the security subsystem.
  3. security.remove=Removes the security subsystem.
  4. security.deep-copy-subject-mode=Sets the copy mode of subjects done by the security managers to be deep copies that makes copies of the subject principals and credentials if they are cloneable. It should be set to true if subject include mutable content that can be corrupted when multiple threads have the same identity and cache flushes/logout clearing the subject in one thread results in subject references affecting other threads.
  5. security-domain-children=The security domains.
  6. security-domain=Configures a security domain. Authentication, authorization, ACL, mapping, auditing and identity trust are configured here.
  7. security-domain.add=Add a security domain.
  8. security-domain.remove=Remove a security domain.
  9. security-domain.cache-type=Adds a cache to speed up authentication checks. Allowed values are 'default' to use simple map as the cache and 'infinispan' to use an Infinispan cache.
  10. security-domain.module-options=Module options
  11. authentication="Authentication configuration for this domain. Can either be classic or jaspi.
  12. authentication.classic=Traditional authentication configuration. Configures a list of login modules to be used.
  13. authentication.classic.add=Adds a traditional authentication configuration
  14. authentication.classic.remove=Removes a traditional authentication configuration
  15. authentication.classic.login-modules=List of authentication modules
  16. authentication.classic.login-modules.deprecated=This attribute was replaced with sub resource
  17. authentication.classic.login-modules.code=Class name of the module to be instantiated.
  18. authentication.classic.login-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  19. authentication.classic.login-modules.module=Name of JBoss Module where the login module code is located.
  20. authentication.classic.login-modules.module-options=List of module options containing a name/value pair.
  21. authentication.jaspi=JASPI authentication configuration.
  22. authentication.jaspi.auth-modules.deprecated=Use of this attribute is deprecated, use resource
  23. authorization=Authorization configuration. Configures a list of authorization policy modules to be used.
  24. authorization.add=Adds an authorization configuration
  25. authorization.remove=Removes an authorization configuration
  26. authorization.policy-modules=List of authorization modules
  27. authorization.policy-modules.deprecated=Use of this attribute is deprecated, use resource
  28. authorization.policy-modules.code=Class name of the module to be instantiated.
  29. authorization.policy-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  30. authorization.policy-modules.module=Name of JBoss Module where the policy module code is located.
  31. authorization.policy-modules.module-options=List of module options containing a name/value pair.
  32. mapping=Mapping configuration. Configures a list of mapping modules to be used for principal, role, attribute and credential mapping.
  33. mapping.add=Adds a mapping configuration.
  34. mapping.remove=Removes a mapping configuration.
  35. mapping.mapping-modules=List of modules that map principal, role, and credential information
  36. mapping.mapping-modules.deprecated=Use of this attribute is deprecated, use resource
  37. mapping.mapping-modules.code=Class name of the module to be instantiated.
  38. mapping.mapping-modules.type=Type of mapping this module performs. Allowed values are principal, role, attribute or credential..
  39. mapping.mapping-modules.module-options=List of module options containing a name/value pair.
  40. audit=Auditing configuration. Configures a list of provider modules to be used.
  41. audit.add=Adds an audit configuration
  42. audit.remove=Removes and audit configuration
  43. audit.provider-modules=List of provider modules
  44. audit.provider-modules.deprecated=This attribute is replaced with sub resource
  45. audit.provider-modules.code=Class name of the module to be instantiated.
  46. audit.provider-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  47. audit.provider-modules.module=Name of JBoss Module where the audit provider module code is located.
  48. audit.provider-modules.module-options=List of module options containing a name/value pair.
  49. authentication-jaspi=JASPI authentication configuration. Either this or 'authentication' must be present but not both.
  50. acl=Access control list configuration. Configures a list of ACL modules to be used.
  51. acl.add=Adds an ACL configuration
  52. acl.remove=Removes an ACL configuration
  53. acl.acl-modules=List of acl modules
  54. acl.acl-modules.deprecated=This attribute is replaced with sub resource
  55. acl.acl-modules.code=Class name of the module to be instantiated.
  56. acl.acl-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  57. acl.acl-modules.module=Name of JBoss Module where the acl provider module code is located.
  58. acl.acl-modules.module-options=List of module options containing a name/value pair.
  59. type=Type of mapping this module performs. Allowed values are principal, role, attribute or credential.
  60. identity-trust=Identity trust configuration. Configures a list of trust modules to be used.
  61. identity-trust.add=Adds an identity trust configuration.
  62. identity-trust.remove=Removes an identity trust configuration.
  63. identity-trust.trust-modules=List of trust modules
  64. identity-trust.trust-modules.deprecated=This attribute was replaced with sub resource
  65. identity-trust.trust-modules.code=Class name of the module to be instantiated.
  66. identity-trust.trust-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  67. identity-trust.trust-modules.module=Name of JBoss Module where the identity trust module code is located.
  68. identity-trust.trust-modules.module-options=List of module options containing a name/value pair.
  69. login-module-stack=List of "named" login modules that are used by jaspi authentication modules.
  70. login-module-stack.add=Adds a named login module stack configuration
  71. login-module-stack.remove=Removes a named login module stack configuration
  72. login-module-stack.login-modules.deprecated=This attribute is replaced with sub resource
  73. login-module-stack.login-modules.add=Adds login module
  74. login-module-stack.login-modules.remove=Removes login module
  75. login-module-stack.login-modules=List of authentication modules
  76. login-module-stack.login-modules.code=Class name of the module to be instantiated.
  77. login-module-stack.login-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  78. login-module-stack.login-modules.module=Name of JBoss Module where the login module is located.
  79. login-module-stack.login-modules.module-options=List of module options containing a name/value pair.
  80. authentication.jaspi.add=Adds a JASPI authentication configuration
  81. authentication.jaspi.remove=Removes a JASPI authentication configuration
  82. authentication.jaspi.auth-modules=List of authentication modules to be used.
  83. authentication.jaspi.auth-modules.code=Class name of the module to be instantiated.
  84. authentication.jaspi.auth-modules.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  85. authentication.jaspi.auth-modules.module=Name of JBoss Module where the auth module code is located.
  86. authentication.jaspi.auth-modules.module-options=List of module options containing a name/value pair.
  87. authentication.jaspi.auth-modules.login-module-stack-ref=Reference to a login module stack name previously configured in the same security domain.
  88. jsse=JSSE configuration. Configures attributes for keystores that can be used for setting up SSL.
  89. jsse.add=Adds a JSSE configuration
  90. jsse.remove=Removes a JSSE configuration.
  91. jsse.truststore=Configures a JSSE trust store
  92. jsse.truststore.password=Sets the password of the truststore. Either this or 'keystore-password' must be present otherwise the security domain will be useless.
  93. jsse.truststore.type=Type of the truststore. If not set, type defaults to 'JKS'.
  94. jsse.truststore.url=URL of the truststore.
  95. jsse.truststore.provider=Provider class name to use when creating the truststore.
  96. jsse.truststore.provider-argument=String argument to pass to the truststore Provider constructor when instantiating it.
  97. jsse.keystore=Configures a JSSE key store
  98. jsse.keystore.password=Sets the password of the keystore. Either this or 'truststore-password' must be present otherwise the security domain will be useless.
  99. jsse.keystore.type=Type of the keystore. If not set, type defaults to 'JKS'.
  100. jsse.keystore.url=URL of the keystore.
  101. jsse.keystore.provider=Provider class name to use when creating the KeyStore.
  102. jsse.keystore.provider-argument=String argument to pass to the keystore Provider constructor when instantiating it.
  103. jsse.key-manager=JSEE Key Manager factory
  104. jsse.key-manager.provider=Provider class name to use when creating the KeyManagerFactory.
  105. jsse.key-manager.algorithm=Algorithm to use when creating the KeyManagerFactory.
  106. jsse.trust-manager=JSEE Trust Manager factory
  107. jsse.trust-manager.provider=Provider class name to use when creating the TrustManagerFactory.
  108. jsse.trust-manager.algorithm=Algorithm to use when creating the TrustManagerFactory.
  109. jsse.client-alias=Preferred alias to use when the KeyManager chooses the client alias.
  110. jsse.server-alias=Preferred alias to use when the KeyManager chooses the server alias.
  111. jsse.client-auth=Boolean attribute to indicate if client's certificates should also be authenticated on the server side.
  112. jsse.service-auth-token=Token to retrieve PrivateKeys from the KeyStore.
  113. jsse.cipher-suites=Comma separated list of cipher suites to enable on SSLSockets.
  114. jsse.protocols=Comma separated list of protocols to enable on SSLSockets.
  115. jsse.additional-properties=Additional properties that may be necessary to configure JSSE.
  116. list-cached-principals=Lists the principals stored in the authentication cache for this security domain.
  117. list-cached-principals.list-cached-principals=Lists the principals stored in the authentication cache for this security domain.
  118. list-cached-principals.reply=The usernames of the principals stored in the authentication cache for this security domain.
  119. security-domain.flush-cache=Remove entries stored in the authentication cache for this security domain. A single entry can be flushed by using the principal argument with the username as the value. If no argument is passed to the operation, all entries are flushed.
  120. security-domain.flush-cache.principal=Username of the principal to remove from the authentication cache.
  121. vault=Security Vault for attributes.
  122. vault.add=Adds a security vault configuration
  123. vault.remove=Removes a security vault configuration
  124. vault.code=Fully Qualified Name of the Security Vault Implementation.
  125. vault.vault-options=Security Vault options.
  126. policy-module=Policy module
  127. auth-module=Auth module
  128. login-module=Login module
  129. mapping-module=List of modules that map principal, role, and credential information
  130. mapping-module.add=Adds a mapping configuration.
  131. mapping-module.remove=Removes a mapping configuration.
  132. mapping-module.code=Class name of the module to be instantiated.
  133. mapping-module.type=Type of mapping this module performs. Allowed values are principal, role, attribute or credential..
  134. mapping-module.module=Name of JBoss Module where the mapping module code is located.
  135. mapping-module.module-options=List of module options containing a name/value pair.
  136. mapping-module.flag=The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.
  137. mapping-module.login-module-stack-ref=Reference to a login module stack name previously configured in the same security domain.
  138. provider=Provider
  139. trust-module=Trust module
  140. provider-module=Provider module