- All Known Implementing Classes:
Configuration
,ContactMethods
,EMailNotifier
,EMailSender
,Exam
,Grade
,Module
,Notifications
,Notifier
,NtfyNotifier
,UnifiedPushNotifier
public interface Redactable
An interface that specifies that an object can be expressed as a string representation and that this string
representation can, if necessary, be stripped of sensitive information.
-
Method Summary
-
Method Details
-
toString
-
toStringRedacted
- Returns:
- A string representation of this object including all fields. However, sensitive fields will be removed or replaced with a placeholder. The exact behaviour is implementation-specific and may depend on the debug level currently in effect.
-