Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bean IDTypeFunction
shibboleth.AuditFormattingMap                                                                     AuditFormattingMap                                               Map<String,String>Map of logging categories to audit formatting strings for general audit logging
shibboleth.consent.terms-of-use.AuditFormattingMapMap<String,String>Map of logging categories to audit formatting strings for logging of Terms of Use decisions
shibboleth.consent.attribute-release.AuditFormattingMapMap<String,String>Map of logging categories to audit formatting strings for logging of Attribute Release consent decisions
shibboleth.AuditDateTimeFormat 3.3StringDateTimeFormat string to apply to DateTime fields (but does not apply to the logback-generated field at the beginning of the log line)
shibboleth.AuditDefaultTimeZone 3.3BooleanWhether to convert DateTime fields into the machine's default time zone (UTC is used otherwise)
shibboleth.AuditFieldReplacementMap 3.3Map<String,String>Map of replacement strings to substitute in when populating audit fields (simple way to shrink long constants down to size)
shibboleth.AuditSuppressedProfilesList<String>List of profiles to skip auditing
shibboleth.LocalEventMapMap<String,Boolean>Map of local error events to flags indicating whether to output an audit log record
shibboleth.SuppressedEvents 3.3List<String>List of events that should not be logged as "errors" by the process log (generally leaving them to the audit log)
shibboleth.DefaultSuppressedEvents 3.3List<String>Default list of events used in place of shibboleth.SuppressedEvents bean
shibboleth.PostDecodeAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after message decode
shibboleth.PostLookupAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after relying party lookup
shibboleth.PostAssertionAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after assertion build
shibboleth.PostResponseAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after outbound message build
shibboleth.LogoutRequestAuditExtractors 3.2Map<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after SAML LogoutRequest decode
shibboleth.LogoutAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run during a non-SAML logout
shibboleth.ErrorViewAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run when a local error is handled
shibboleth.consent.PreConsentAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run before a consent prompt
shibboleth.consent.ConsentAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>User-supplied fields to extraction functions to run after a consent prompt
shibboleth.DefaultPostDecodeAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after message decode
shibboleth.DefaultPostLookupAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after relying party lookup
shibboleth.DefaultPostAssertionAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after assertion build
shibboleth.DefaultPostResponseAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after response build
shibboleth.DefaultLogoutRequestAuditExtractors 3.2Map<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after SAML LogoutRequest decode
shibboleth.DefaultLogoutAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run during a non-SAML logout
shibboleth.DefaultErrorViewAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run when a local error is handled
shibboleth.consent.DefaultPreConsentAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run before a consent prompt
shibboleth.consent.DefaultConsentAuditExtractorsMap<String,Function<ProfileRequestContext,Object>>Default fields to extraction functions to run after a consent prompt

...