This open source Java library provides a simple interface for you to integrate ONEsite services into any existing Java application. More in depth guides and API documentation can be found on our developer portal at http://developer.onesite.com.
A development key is required to interact with any of the ONEsite services. You can register for a development key at http://www.onesite.com/node/ssoSignup).
-
Checkout or untar the onesite-java-sdk
-
Build the project using Maven
mvn clean package
-
The release tar.gz package is located in the target/releases directory
The sdk uses a java system properties for global configuration. An example config file containing the necessary properties can be found at doc/conf/onesite.properties. These settings should be read and stored into your applications system properties.
Except as otherwise noted, the ONEsite Java SDK is licensed under the Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.