From 1bcda2903af0dfc3648657075280f9259646a6d9 Mon Sep 17 00:00:00 2001 From: Gabriel Padilha Santos Date: Tue, 17 Oct 2023 22:39:48 -0300 Subject: [PATCH] WFCORE-6568 - Modify description in elytron subsystem to its correct sentence --- .../extension/elytron/LocalDescriptions.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/elytron/src/main/resources/org/wildfly/extension/elytron/LocalDescriptions.properties b/elytron/src/main/resources/org/wildfly/extension/elytron/LocalDescriptions.properties index b76c77febc8..64fa0e45c51 100644 --- a/elytron/src/main/resources/org/wildfly/extension/elytron/LocalDescriptions.properties +++ b/elytron/src/main/resources/org/wildfly/extension/elytron/LocalDescriptions.properties @@ -138,7 +138,7 @@ elytron.file-audit-log.synchronized=Whether every event should be immediately sy elytron.file-audit-log.format=The format to use to record the audit event. elytron.file-audit-log.encoding=The audit file encoding. Default is UTF_8. -elytron.periodic-rotating-file-audit-log=An audit log definition for persisting an audit log to a local files rotating the log after a time period derived from the given suffix string, which should be in a format understood by java.time.format.DateTimeFormatter. +elytron.periodic-rotating-file-audit-log=An audit log definition for persisting an audit log to a local file rotating the log after a time period derived from the given suffix string, which should be in a format understood by java.time.format.DateTimeFormatter. # Operations elytron.periodic-rotating-file-audit-log.add=Add the audit logger resource. elytron.periodic-rotating-file-audit-log.remove=Remove the audit logger resource. @@ -151,7 +151,7 @@ elytron.periodic-rotating-file-audit-log.format=The format to use to record the elytron.periodic-rotating-file-audit-log.encoding=The audit file encoding. Default is UTF_8. elytron.periodic-rotating-file-audit-log.suffix=The suffix string in a format which can be understood by java.time.format.DateTimeFormatter. The period of the rotation is automatically calculated based on the suffix. -elytron.size-rotating-file-audit-log=An audit log definition for persisting an audit log to a local files rotating the log after the size of the file grows beyond a certain point and keeping a fixed number of backups. +elytron.size-rotating-file-audit-log=An audit log definition for persisting an audit log to a local file rotating the log after the size of the file grows beyond a certain point and keeping a fixed number of backups. # Operations elytron.size-rotating-file-audit-log.add=Add the audit logger resource. elytron.size-rotating-file-audit-log.remove=Remove the audit logger resource. @@ -546,7 +546,7 @@ elytron.case-principal-transformer.upper-case=If set to true, the principal is a # Evidence Decoders # ###################### -elytron.aggregate-evidence-decoder=An evidence decoder that is an aggregation of other evidence decoders. Given evidence, these evidence decoders will be attempted in order until one returns a non-null principal or until there are no more evidence decoders left to try. +elytron.aggregate-evidence-decoder=An evidence decoder that is an aggregation of other evidence decoders. Given the evidence, these evidence decoders will be attempted in order until one returns a non-null principal or until there are no more evidence decoders left to try. # Operations elytron.aggregate-evidence-decoder.add=The add operation for the evidence decoder. elytron.aggregate-evidence-decoder.remove=The remove operation for the evidence decoder. @@ -769,7 +769,7 @@ elytron.custom-modifiable-realm.configuration=The optional key/value configurati elytron.custom-modifiable-realm.identity=An identity which can be managed by a security realm. elytron.custom-modifiable-realm.module=The module to use to load the custom realm. -elytron.custom-realm=A custom realm definitions can implement either the SecurityRealm interface or the ModifiableSecurityRealm interface. Regardless of which interface is implemented management operations will not be exposed to manage the realm. However other services that depend on the realm will still be able to perform a type check and cast to gain access to the modification API. +elytron.custom-realm=A custom realm definition can implement either the SecurityRealm interface or the ModifiableSecurityRealm interface. Regardless of which interface is implemented management operations will not be exposed to manage the realm. However other services that depend on the realm will still be able to perform a type check and cast to gain access to the modification API. # Operations elytron.custom-realm.add=The add operation for the security realm. elytron.custom-realm.remove=The remove operation for the security realm. @@ -993,7 +993,7 @@ elytron.modifiable-security-realm.scram-digest.salt=The salt to apply to the pas elytron.modifiable-security-realm.scram-digest.password=The actual password to set. elytron.modifiable-security-realm.set-password.scram-digest=A password using the SCRAM digest algorithm. -elytron.caching-realm=A realm definition that enables caching to another security realm. Caching strategy is LRU (Least Recently Used) where least accessed entries are discarded when maximum number of entries is reached. +elytron.caching-realm=A realm definition that enables caching to another security realm. The caching strategy is LRU (Least Recently Used) where least accessed entries are discarded when the maximum number of entries is reached. # Operations elytron.caching-realm.add=The add operation for the security realm. elytron.caching-realm.remove=The remove operation for the security realm. @@ -1022,7 +1022,7 @@ elytron.failover-realm.delegate-realm=Reference to the security realm to use as elytron.failover-realm.failover-realm=Reference to the security realm to use in case the delegate-realm is unavailable. elytron.failover-realm.emit-events=Whether SecurityEvent signifying delegate-realm unavailability should be emitted. -elytron.jaas-realm=A JAAS security realm definition. It uses a Login Context to verify user's credentials. +elytron.jaas-realm=A JAAS security realm definition. It uses a Login Context to verify the user's credentials. # Operations elytron.jaas-realm.add=The add operation for the security realm. elytron.jaas-realm.remove=The remove operation for the security realm. @@ -1323,7 +1323,7 @@ elytron.filtering-key-store.key-store=Name of filtered KeyStore. elytron.filtering-key-store.state=The state of the underlying service that represents this KeyStore at runtime, if it is anything other than UP runtime operations will not be available. elytron.filtering-key-store.alias=An individual alias within the filtering KeyStore. -elytron.key-manager=A key manager definition for creating the KeyManager as used to create an SSLContext. +elytron.key-manager=A key manager definition for creating the KeyManager is used to create an SSLContext. #operations elytron.key-manager.add=Add the new key manager definition. elytron.key-manager.remove=Remove the key manager definition.