The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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());
}

TAGS
AUG Leaders

Atlassian Community Events