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. |
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 encodeoptions - Encoding options
- Returns:
- The encoded credential
Copyright © 2011 Seam Framework. All Rights Reserved.