com.atlassian.crowd.integration.fisheye
Class FisheyeAuthenticator

java.lang.Object
  extended by AbstractFishEyeAuthenticator
      extended by com.atlassian.crowd.integration.fisheye.FisheyeAuthenticator

public class FisheyeAuthenticator
extends AbstractFishEyeAuthenticator


Constructor Summary
FisheyeAuthenticator()
           
 
Method Summary
 AuthToken checkPassword(String username, String password)
           
 void close()
           
 boolean hasPermissionToAccess(AuthToken authToken, String repository, String group)
           
 void init(Properties properties)
           
 AuthToken recreateAuth(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FisheyeAuthenticator

public FisheyeAuthenticator()
Method Detail

init

public void init(Properties properties)
          throws Exception
Throws:
Exception

close

public void close()

checkPassword

public AuthToken checkPassword(String username,
                               String password)

recreateAuth

public AuthToken recreateAuth(String username)

hasPermissionToAccess

public boolean hasPermissionToAccess(AuthToken authToken,
                                     String repository,
                                     String group)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.