Skip to content

Commit

Permalink
SHIBUI-701 Added schema and fixed bugs for FileSystemMetadataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 5, 2018
1 parent 6668431 commit ce25cf3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ value.encryption=Encryption
value.both=Both

value.file-backed-http-metadata-provider=FileBackedHttpMetadataProvider
value.file-system-metadata-provider=FileSystemMetadataProvider
value.local-dynamic-metadata-provider=LocalDynamicMetadataProvider
value.dynamic-http-metadata-provider=DynamicHttpMetadataProvider
value.entity-attributes-filter=EntityAttributes Filter
value.spdescriptor=SPSSODescriptor
value.attr-auth-descriptor=AttributeAuthorityDescriptor
Expand Down Expand Up @@ -293,6 +296,8 @@ label.metadata-provider-status=Metadata Provider Status
label.enable-provider-upon-saving=Enable Metadata Provider upon saving?
label.certificate-type=Type

label.metadata-file=Metadata File

label.enable-filter=Enable Filter?
label.required-valid-until=Required Valid Until Filter
label.max-validity-interval=Max Validity Interval
Expand Down Expand Up @@ -407,7 +412,7 @@ tooltip.authentication-methods-to-use=Authentication Methods to Use
tooltip.ignore-auth-method=Ignore any SP-Requested Authentication Method
tooltip.omit-not-before-condition=Omit Not Before Condition
tooltip.responder-id=ResponderId
tooltip.instruction=Information icon - press spacebar to read additional information for this form field
tooltip.instruction=Information icon
tooltip.attribute-release-table=Attribute release table - select the attributes you want to release (default unchecked)
tooltip.metadata-filter-name=Metadata Filter Name
tooltip.metadata-filter-type=Metadata Filter Type
Expand All @@ -433,7 +438,7 @@ tooltip.backing-file=Specifies where the backing file is located. If the remote
tooltip.backup-file-init-refresh-delay=Delay duration after which to schedule next HTTP refresh when initialized from the backing file.
tooltip.require-valid-metadata=Whether candidate metadata found by the resolver must be valid in order to be returned (where validity is implementation specific, but in SAML cases generally depends on a validUntil attribute.) If this flag is true, then invalid candidate metadata will not be returned.
tooltip.fail-fast-init=Whether to fail initialization of the underlying MetadataResolverService (and possibly the IdP as a whole) if the initialization of a metadata provider fails. When false, the IdP may start, and will continue to attempt to reload valid metadata if configured to do so, but operations that require valid metadata will fail until it does.
tooltip.use-default-predicate-reg=Whether to fail initialization of the underlying MetadataResolverService (and possibly the IdP as a whole) if the initialization of a metadata provider fails. When false, the IdP may start, and will continue to attempt to reload valid metadata if configured to do so, but operations that require valid metadata will fail until it does.
tooltip.use-default-predicate-reg=Flag which determines whether the default CriterionPredicateRegistry will be used if a custom one is not supplied explicitly.
tooltip.satisfy-any-predicates=Flag which determines whether predicates used in filtering are connected by a logical 'OR' (true) or by logical 'AND' (false).
tooltip.enable-provider-upon-saving=Enable Metadata Provider upon saving?

Expand Down

0 comments on commit ce25cf3

Please sign in to comment.