com.atlassian.crowd.integration.osuser
Class CrowdCredentialsProvider

java.lang.Object
  extended by com.atlassian.crowd.integration.osuser.CrowdBaseProvider
      extended by com.atlassian.crowd.integration.osuser.CrowdCredentialsProvider

public class CrowdCredentialsProvider
extends CrowdBaseProvider


Field Summary
 
Fields inherited from class com.atlassian.crowd.integration.osuser.CrowdBaseProvider
cacheManager
 
Constructor Summary
CrowdCredentialsProvider()
           
 
Method Summary
 boolean authenticate(String name, String password)
           
 boolean changePassword(String name, String password)
           
 
Methods inherited from class com.atlassian.crowd.integration.osuser.CrowdBaseProvider
create, findAllGroupNames, findPrincipalByName, findPrincipalNames, flushCaches, handles, init, list, load, remove, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdCredentialsProvider

public CrowdCredentialsProvider()
Method Detail

authenticate

public boolean authenticate(String name,
                            String password)

changePassword

public boolean changePassword(String name,
                              String password)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.