ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith# OpenAM Sample Policy Evaluation Plugin
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith## Warning
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith**This code is not supported by ForgeRock and it is your responsibility to verify that the software is suitable and safe for use.**
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith## About
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithThis sample code demonstrates an OpenAM plugin library
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmiththat implements the service provider interfaces
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmithfor evaluating policy and returning resource attributes.
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithFor instructions on using this sample policy evaluation
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmithplugin with OpenAM, see the section
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith*Customizing Policy Evaluation* in the *OpenAM Developer's Guide*.
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith* * *
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithThe contents of this file are subject to the terms of the Common Development and
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithDistribution License (the License). You may not use this file except in compliance with the
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithLicense.
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithYou can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmithspecific language governing permission and limitations under the License.
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithWhen distributing Covered Software, include this CDDL Header Notice in each file and include
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmiththe License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithHeader, with the fields enclosed by brackets [] replaced by your own identifying
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmithinformation: "Portions copyright [year] [name of copyright owner]".
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid Goldsmith
ef6bf4d8e4e268bff163a12902607712e5f4159aDavid GoldsmithCopyright 2013-2016 ForgeRock AS.