libCOT.properties revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# The contents of this file are subject to the terms
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# of the Common Development and Distribution License
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# (the License). You may not use this file except in
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# compliance with the License.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# You can obtain a copy of the License at
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# https://opensso.dev.java.net/public/CDDLv1.0.html or
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# See the License for the specific language governing
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# permission and limitations under the License.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# When distributing Covered Code, include this CDDL
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Header Notice in each file and include the License file
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# If applicable, add the following below the CDDL Header,
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# with the fields enclosed by brackets [] replaced by
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# your own identifying information:
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# "Portions Copyrighted [year] [name of copyright owner]"
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# $Id: libCOT.properties,v 1.3 2008/06/25 05:46:16 qcheng Exp $
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# COT ResourceBundle properties file
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholesinvalidReaderUrl=Input reader url is not in URL format.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholesinvalidWriterUrl=Input writer url is not in URL format.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholesinvalidCotStatus=Status of circle of trust is invalid.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesentityExistsInCot=The entity existed in the circle of trust already.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesnullConfig=Could not COT (Circle of Turst) Service Configuration.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesnullCot=COT Descriptor is null.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinvalidCOTName=Circle of Trust name is invalid : {0}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholescotExists=Circle of Trust exists : {0}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinvalidEntityID=Entity Identifer is invalid : {0}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesaddCOTFailed=Failed to add entity {0} to Circle of Trust in Realm {1}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesremoveCOTFailed=Failed to remove entity {0} from Circle of Trust in Realm {1}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinvalidCOTType=Circle of Trust Type is invalid : {0}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesdeleteCOTFailed=Deletion of COT Failed : {0}
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesdeleteCOTFailedHasMembers=Cannot delete Circle of Trust {0} under realm {1} since it has providers. Remove the providers before attempting deletion.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinvalidProtocolType=Federation protocol type is invalid : {0}