Sun OpenSSO Enterprise 8.0 Administration Reference

Authentication Post Processing Class

Specifies one or more Java classes used to customize post authentication processes for successful or unsuccessful logins. The Java class must implement the com.sun.identity.authentication.spi.AMPostAuthProcessInterface OpenSSO Enterprise interface. Additionally, add a JAR containing the post processing class to the classpath of the web container instance on which OpenSSO Enterprise is configured. If the web container on which OpenSSO Enterprise is configured explodes the WAR follow this procedure.

  1. Stop the web container instance.

  2. Change to the WEB-INF/lib directory in the exploded OpenSSO Enterprise WAR directory.

    For example, if using Sun Application Server, AS=Deploy=BaseAS=Domain-Dir/AS-Domain/applications/j2ee-modules/opensso/WEB-INF/lib.

  3. Copy the JAR that contains the post processing class to the lib directory.

  4. Restart the web container instance.