com.ibm.portal.resolver.accessors
Interface DigestProvider


public interface DigestProvider

Provides access to the digest that is associated with an object

Since:
6.1.0.3

Method Summary
 java.lang.String getDigest()
          Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL).
 

Method Detail

getDigest

java.lang.String getDigest()
Returns a string that represents a hash over the request headers that might influence the responses (independent of the request URL). The digest string will only contain characters that are URL safe.

Returns:
the hash string for this request, can be null if the digest could not be computed