8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey/*
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * The contents of this file are subject to the terms of the Common Development and
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * Distribution License (the License). You may not use this file except in compliance with the
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * License.
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey *
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * specific language governing permission and limitations under the License.
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey *
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * When distributing Covered Software, include this CDDL Header Notice in each file and include
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * Header, with the fields enclosed by brackets [] replaced by your own identifying
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * information: "Portions copyright [year] [name of copyright owner]".
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey *
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * Copyright 2014 ForgeRock AS.
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey */
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey/**
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * This package contains custom Callback objects representing callbacks which may be sent between the client and server
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey * during REST calls.
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Bailey */
8d703e778adaffe0f9319b3e84f9fe9741466b33Brian Baileypackage com.sun.identity.authentication.callbacks;