9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington/*
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * The contents of this file are subject to the terms of the Common Development and
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * Distribution License (the License). You may not use this file except in compliance with the
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * License.
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington *
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * specific language governing permission and limitations under the License.
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington *
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * When distributing Covered Software, include this CDDL Header Notice in each file and include
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * Header, with the fields enclosed by brackets [] replaced by your own identifying
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * information: "Portions copyright [year] [name of copyright owner]".
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington *
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * Copyright 2013 ForgeRock Inc.
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington */
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington/**
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington * This package contains classes Authentication using a Persistent Cookie.
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunnington */
9470f6b5e11719100cdb2fef604888d5ca4fd384Phill Cunningtonpackage org.forgerock.openam.authentication.modules.persistentcookie;