org.apache.jetspeed.security.spi
Interface PasswordCredentialProvider

All Known Implementing Classes:
DefaultPasswordCredentialProvider

public interface PasswordCredentialProvider

PasswordCredentialProvider

Version:
$Id: PasswordCredentialProvider.java 187914 2004-11-08 22:36:04Z ate $
Author:
Ate Douma

Method Summary
 org.apache.jetspeed.security.PasswordCredential create(String userName, org.apache.jetspeed.security.om.InternalCredential credential)
           
 org.apache.jetspeed.security.PasswordCredential create(String userName, String password)
           
 CredentialPasswordEncoder getEncoder()
           
 Class getPasswordCredentialClass()
           
 CredentialPasswordValidator getValidator()
           
 

Method Detail

getPasswordCredentialClass

public Class getPasswordCredentialClass()

getValidator

public CredentialPasswordValidator getValidator()

getEncoder

public CredentialPasswordEncoder getEncoder()

create

public org.apache.jetspeed.security.PasswordCredential create(String userName,
                                                              String password)
                                                       throws org.apache.jetspeed.security.SecurityException
Throws:
org.apache.jetspeed.security.SecurityException

create

public org.apache.jetspeed.security.PasswordCredential create(String userName,
                                                              org.apache.jetspeed.security.om.InternalCredential credential)
                                                       throws org.apache.jetspeed.security.SecurityException
Throws:
org.apache.jetspeed.security.SecurityException


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.