package-info.java revision 0c9594d96d580b0cba488fa7d01802fbb49d8a3e
2788N/A/**
2788N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2788N/A *
2788N/A * Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
2788N/A *
2788N/A * The contents of this file are subject to the terms
2788N/A * of the Common Development and Distribution License
2788N/A * (the License). You may not use this file except in
2788N/A * compliance with the License.
2788N/A *
2788N/A * You can obtain a copy of the License at
2788N/A * https://opensso.dev.java.net/public/CDDLv1.0.html or
2788N/A * opensso/legal/CDDLv1.0.txt
2788N/A * See the License for the specific language governing
2788N/A * permission and limitations under the License.
2788N/A *
2788N/A * When distributing Covered Code, include this CDDL
2788N/A * Header Notice in each file and include the License file
2788N/A * at opensso/legal/CDDLv1.0.txt.
2788N/A * If applicable, add the following below the CDDL Header,
2788N/A * with the fields enclosed by brackets [] replaced by
2788N/A * your own identifying information:
2788N/A * "Portions Copyrighted [year] [name of copyright owner]"
2788N/A *
3215N/A * $Id: package-info.java,v 1.2 2008/06/25 05:43:47 qcheng Exp $
6184N/A *
2788N/A * Portions Copyrighted 2014 ForgeRock AS.
2788N/A */
2788N/A
2788N/A
2788N/A/**
2788N/A * Deprecated interfaces for writing custom Policy plugins for Conditions,
2788N/A * Subjects, Referrals, ResponseProviders and Resources.
2788N/A * @supported.api
2788N/A * @deprecated since 12.0.0
2788N/A */
2788N/Apackage com.sun.identity.policy.interfaces;
2788N/A