Class DigestHttpSecuritySource.Mock
- java.lang.Object
-
- net.officefloor.web.security.scheme.DigestHttpSecuritySource.Mock
-
- Enclosing class:
- DigestHttpSecuritySource
public static class DigestHttpSecuritySource.Mock extends java.lang.Object
Allows mockingDigestHttpSecuritySource.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 mockDigestHttpSecuritySource.SecurityState
for testing.
-
Constructor Summary
Constructors Constructor Description Mock()
-
-
-
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 mockDigestHttpSecuritySource.SecurityState
for testing.
-
-