Class SpringSecurityCoreVersion


  • public final class SpringSecurityCoreVersion
    extends java.lang.Object
    Internal class used for checking version compatibility in a deployed application.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long SERIAL_VERSION_UID
      Global Serialization value for Spring Security classes.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

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

      • SERIAL_VERSION_UID

        public static final long SERIAL_VERSION_UID
        Global Serialization value for Spring Security classes. N.B. Classes are not intended to be serializable between different versions. See SEC-1709 for why we still need a serial version.
        See Also:
        Constant Field Values
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()