BIRT Exchange Forum: The Security Adapter Class is not being called (iServer 11 Service Pack 3 Build 110E111028) - BIRT Exchange Forum

Jump to content


 

No Latest Open Poll.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

The Security Adapter Class is not being called (iServer 11 Service Pack 3 Build 110E111028) Rate Topic: -----

#1 User is offline   xalperte Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 11
  • Joined: 07-June 12


Posted 10 June 2012 - 11:46 PM

Hi,

I'm trying to integrate my own Security Adapter Class into the Actuate Active Portal application without success.

I have set the following parameter in the file: ACSERVER/servletcontainer/iportal/WEB-INF/web.xml:

	<context-param>
		<!--
			Enable External Authentication by setting the Security Adapter class name.
			SECURITY_MANAGER_CLASS is deprecated.
		-->
		<param-name>SECURITY_ADAPTER_CLASS</param-name>
		<param-value>com.rudder.libraries.actuate.iportal.sso.RudderSecurityAdapter</param-value>
	</context-param>



And I have copied my JAR file, that contains the previous class, into the ACSERVER/servletcontainer/iportal/WEB-INF/lib folder, and restarted the server.


But nothing happens! Why? I'm forgetting something? I'm working with the iServer 11 Service Pack 3 (Build 110E111028).

Thanks in advance
0

#2 User is offline   averma Icon

  • Senior Member
  • Icon
  • View blog
  • Group: Administrators
  • Posts: 713
  • Joined: 08-August 07


Posted 11 June 2012 - 10:33 AM

I have done this in the past and I was able to get by with the steps you have followed. I wonder if your SSO has dependency on some library (jar file) that it cannot find? Also did you check the logs?
Ashwini

Follow me on Twitter
Read my Blog BIRT Rocks!
0

#3 User is offline   xalperte Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 11
  • Joined: 07-June 12


Posted 11 June 2012 - 10:51 AM

The jar has no external dependencies, only with the iportal.jar

In which log I can see if there is any problem with the Adapter class?
0

#4 User is offline   xalperte Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 11
  • Joined: 07-June 12


Posted 11 June 2012 - 10:52 AM

The jar has no external dependencies, only with the iportal.jar

In which log I can see if there is any problem with the Adapter class?
0

#5 User is offline   averma Icon

  • Senior Member
  • Icon
  • View blog
  • Group: Administrators
  • Posts: 713
  • Joined: 08-August 07


Posted 11 June 2012 - 11:46 AM

In your SSO adapter put in code to add logging statements to see where it is failing. I have used java.util.logging.Logger in the past.
Ashwini

Follow me on Twitter
Read my Blog BIRT Rocks!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users