com.terracotta.management.security
Interface PasswordHashService

All Known Implementing Classes:
Shiro1FormattingHashService

public interface PasswordHashService

An interface for password hashing services.

Author:
brandony

Method Summary
 String computeFormattedHash(String password)
          Compute an encoded hash for the submitted password
 

Method Detail

computeFormattedHash

String computeFormattedHash(String password)
Compute an encoded hash for the submitted password

Parameters:
password - to be hashed
Returns:
an encoded representation of the one-way hash calculated.


Copyright © 2013 Terracotta, Inc.. All Rights Reserved.