Class DigestHttpSecuritySource.Mock

java.lang.Object
net.officefloor.web.security.scheme.DigestHttpSecuritySource.Mock
Enclosing class:
DigestHttpSecuritySource

public static class DigestHttpSecuritySource.Mock extends Object
Allows mocking DigestHttpSecuritySource.SecurityState for testing.
  • Field Details

    • MOCK_NONCE

      protected static final String MOCK_NONCE
      Process access to the mock nonce for testing.
      See Also:
    • MOCK_OPAQUE

      protected static final String MOCK_OPAQUE
      Process access to the mock opaque for testing.
      See Also:
    • 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 Details

    • Mock

      public Mock()