Class MessageBundleProperties

  • All Implemented Interfaces:
    java.io.Serializable

    @RequiresModule(name="cas-server-core-web",
                    automated=true)
    public class MessageBundleProperties
    extends java.lang.Object
    implements java.io.Serializable
    Configuration properties class for message.bundle.
    Since:
    5.0.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_BUNDLE_PREFIX_AUTHN_FAILURE
      Default message bundle prefix for authentication-failure messages.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_BUNDLE_PREFIX_AUTHN_FAILURE

        public static final java.lang.String DEFAULT_BUNDLE_PREFIX_AUTHN_FAILURE
        Default message bundle prefix for authentication-failure messages.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageBundleProperties

        public MessageBundleProperties()