daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# The contents of this file are subject to the terms
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# of the Common Development and Distribution License
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# (the License). You may not use this file except in
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# compliance with the License.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# You can obtain a copy of the License at
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# https://opensso.dev.java.net/public/CDDLv1.0.html or
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# See the License for the specific language governing
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# permission and limitations under the License.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# When distributing Covered Code, include this CDDL
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# Header Notice in each file and include the License file
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# If applicable, add the following below the CDDL Header,
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# with the fields enclosed by brackets [] replaced by
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# your own identifying information:
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# "Portions Copyrighted [year] [name of copyright owner]"
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# $Id: libCOT.properties,v 1.3 2008/06/25 05:46:16 qcheng Exp $
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# Portions Copyrighted 2015 ForgeRock AS.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# Portions Copyrighted 2015 Nomura Research Institute, Ltd.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke Smith# COT ResourceBundle properties file
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidReaderUrl=Input reader url is not in URL format.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidWriterUrl=Input writer url is not in URL format.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidCotStatus=Status of circle of trust is invalid.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithentityExistsInCot=The entity existed in the circle of trust already.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithnullConfig=Could not COT (Circle of Turst) Service Configuration.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithnullCot=COT Descriptor is null.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidCOTName=Circle of Trust name in realm {0} is invalid : {1}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithcotExists=Circle of Trust exists : {0}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidEntityID=Entity Identifer is invalid : {0}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithaddCOTFailed=Failed to add entity {0} to Circle of Trust in Realm {1}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithremoveCOTFailed=Failed to remove entity {0} from Circle of Trust in Realm {1}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidCOTType=Circle of Trust Type is invalid : {0}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithdeleteCOTFailed=Deletion of COT Failed : {0}
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithdeleteCOTFailedHasMembers=Cannot delete Circle of Trust {0} under realm {1} since it has providers. Remove the providers before attempting deletion.
daa301d2a0f17b5c1b04d777de3acf969b9b63d2Luke SmithinvalidProtocolType=Federation protocol type is invalid : {0}