org.jboss.seam.security.management
Interface CredentialProcessor

All Known Implementing Classes:
PasswordHashEncoder

public interface CredentialProcessor

Encodes credentials to be stored in persistent storage

Author:
Shane Bryzak

Method Summary
 String encode(org.picketlink.idm.api.Credential credential, Map<String,Object> options)
          Encodes the specified credential and returns a String representation of the encoded result.
 

Method Detail

encode

String encode(org.picketlink.idm.api.Credential credential,
              Map<String,Object> options)
Encodes the specified credential and returns a String representation of the encoded result.

Parameters:
credential - The credential to encode
options - Encoding options
Returns:
The encoded credential


Copyright © 2011 Seam Framework. All Rights Reserved.