com.atlassian.crowd.integration.fisheye
Class FisheyeAuthenticator

java.lang.Object
  extended by com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
      extended by com.atlassian.crowd.integration.fisheye.FisheyeAuthenticator
All Implemented Interfaces:
com.cenqua.fisheye.user.plugin.FishEyeAuthenticator

public class FisheyeAuthenticator
extends com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator


Constructor Summary
FisheyeAuthenticator()
           
FisheyeAuthenticator(SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 
Method Summary
 com.cenqua.fisheye.user.plugin.AuthToken checkPassword(java.lang.String username, java.lang.String password)
           
 void close()
           
 boolean hasPermissionToAccess(com.cenqua.fisheye.user.plugin.AuthToken authToken, java.lang.String repository, java.lang.String group)
           
 void init(java.util.Properties properties)
           
 com.cenqua.fisheye.user.plugin.AuthToken recreateAuth(java.lang.String username)
           
 
Methods inherited from class com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
checkRequest, isRequestUserStillValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FisheyeAuthenticator

public FisheyeAuthenticator()

FisheyeAuthenticator

public FisheyeAuthenticator(SecurityServerClient securityServerClient,
                            HttpAuthenticator httpAuthenticator)
Method Detail

init

public void init(java.util.Properties properties)
          throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()

checkPassword

public com.cenqua.fisheye.user.plugin.AuthToken checkPassword(java.lang.String username,
                                                              java.lang.String password)

recreateAuth

public com.cenqua.fisheye.user.plugin.AuthToken recreateAuth(java.lang.String username)

hasPermissionToAccess

public boolean hasPermissionToAccess(com.cenqua.fisheye.user.plugin.AuthToken authToken,
                                     java.lang.String repository,
                                     java.lang.String group)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.