SSO integration with JIRA

saslam August 8, 2012

I m desigbing a custom Authenticator which in herits CrowdAuthenticator. I have thereby replaced SSOSeraphAuthenticator in seraph-config.xml by my custom Authenticator. How ever, my JIRA is unable to start as the log confirms that my authentificator which inherits CrowdAuthenticator bears the below constructeur could not be instantiated.

SsoCustomAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator)

It is obvious because the construteur carries an argument as I dont have a choice(Implicit super). Have any one of you seen this kind of problem before?

P.S:

1 answer

0 votes
saslam August 12, 2012

I have solved the problem by myself, thereby the code below:

public VsjSsoAuthenticator(CrowdHttpAuthenticator crowdHttpAuthenticator) {
super(crowdHttpAuthenticator);
}

public VsjSsoAuthenticator()
{
this(RestCrowdHttpAuthenticationFactory.getAuthenticator());
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events