-
Notifications
You must be signed in to change notification settings - Fork 58
Installation
#summary How to install the package #labels Phase-Deploy
For including the openid4java as a dependency using maven, see MavenHowTo.
This page describes manual installation of the openid4java jar and its dependencies. See also the INSTALL file from the official packages.
To make the OpenID4Java library available to a (web) application the following JAR files need to be copied to the application's classpath:
openid4java-*.jar
-
lib/
*
jar : Required. Core OpenID4Java library dependencies. -
lib/optional/
*
.jar : Optional. Libraries supporting alternative deployments. -
lib/extra/
*
.jar : Optional. Extra/development libraries, not needed for deployment (JUnit tests, Jetty servlet container, SVN/Ant utilities) -
lib/xri/
*
.jar : Optional. Local OpenXRI resolver dependencies. Included only in the "openid4java-xri" and "openid4java-full" packages. (A dependency-less proxy XRI resolver is included in the standard package) -
lib/infocard/
*
.jar : Optional. OpenID-Infocards/Higgins STS dependencies. Included only in the "openid4java-infocard" and "openid4java-full" packages.
RelyingPartyDiscovery