Class DigestHttpSecuritySource.Mock
java.lang.Object
net.officefloor.web.security.scheme.DigestHttpSecuritySource.Mock
- Enclosing class:
- DigestHttpSecuritySource
Allows mocking
DigestHttpSecuritySource.SecurityState for testing.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringProcess access to the mock nonce for testing.protected static final StringProcess access to the mock opaque for testing.protected static final net.officefloor.web.security.scheme.DigestHttpSecuritySource.SecurityStateProvides access to a mockDigestHttpSecuritySource.SecurityStatefor testing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOCK_NONCE
Process access to the mock nonce for testing.- See Also:
-
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_STATEProvides access to a mockDigestHttpSecuritySource.SecurityStatefor testing.
-
-
Constructor Details
-
Mock
public Mock()
-