Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-6568] - Modify description in elytron subsystem #5729

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down