public interface DigestCalculator
Title: Service Event Fabric Core
Description: Calculates a digest for the specified user and security parameters.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
calculateDigest(java.lang.String userName,
User user,
java.util.Map parameters)
Calculates a secure one-way digest for the specified user with use of the specified key and parameters.
|
java.lang.String calculateDigest(java.lang.String userName, User user, java.util.Map parameters) throws SecurityManagerException
user
- the user for which a digest will be calculated.parameters
- the parameters for digest calculation.SecurityManagerException
- if some error occurs during this operation.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.