Class DigestHttpSecuritySource.Mock

  • Enclosing class:
    DigestHttpSecuritySource

    public static class DigestHttpSecuritySource.Mock
    extends java.lang.Object
    Allows mocking DigestHttpSecuritySource.SecurityState for testing.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String MOCK_NONCE
      Process access to the mock nonce for testing.
      protected static java.lang.String MOCK_OPAQUE
      Process access to the mock opaque for testing.
      protected static net.officefloor.web.security.scheme.DigestHttpSecuritySource.SecurityState MOCK_SECURITY_STATE
      Provides access to a mock DigestHttpSecuritySource.SecurityState for testing.
    • Constructor Summary

      Constructors 
      Constructor Description
      Mock()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MOCK_NONCE

        protected static final java.lang.String MOCK_NONCE
        Process access to the mock nonce for testing.
        See Also:
        Constant Field Values
      • MOCK_OPAQUE

        protected static final java.lang.String MOCK_OPAQUE
        Process access to the mock opaque for testing.
        See Also:
        Constant Field Values
      • MOCK_SECURITY_STATE

        protected static final net.officefloor.web.security.scheme.DigestHttpSecuritySource.SecurityState MOCK_SECURITY_STATE
        Provides access to a mock DigestHttpSecuritySource.SecurityState for testing.
    • Constructor Detail

      • Mock

        public Mock()