# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. org.apache.jetspeed.security.SecurityException.PRINCIPAL_DOES_NOT_EXIST = The principal {0} does not exist. org.apache.jetspeed.security.SecurityException.PERMISSION_DOES_NOT_EXIST = The permission {0} does not exist. org.apache.jetspeed.security.SecurityException.USER_ALREADY_EXISTS = The user {0} already exists. org.apache.jetspeed.security.SecurityException.USER_DOES_NOT_EXIST = The user {0} does not exist. org.apache.jetspeed.security.SecurityException.ROLE_ALREADY_EXISTS = The role {0} already exists. org.apache.jetspeed.security.SecurityException.ROLE_DOES_NOT_EXIST = The role {0} does not exist. org.apache.jetspeed.security.SecurityException.GROUP_ALREADY_EXISTS = The group {0} already exists. org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = The group {0} does not exist. org.apache.jetspeed.security.SecurityException.EMPTY_PARAMETER = Invalid null or empty parameter {0}. org.apache.jetspeed.security.SecurityException.INVALID_PASSWORD = Invalid password. org.apache.jetspeed.security.SecurityException.INVALID_NEW_PASSWORD = Invalid new password. org.apache.jetspeed.security.SecurityException.INCORRECT_PASSWORD = Incorrect password. org.apache.jetspeed.security.SecurityException.PASSWORD_REQUIRED = Password required. org.apache.jetspeed.security.SecurityException.INVALID_AUTHENTICATION_PROVIDER = Invalid authentication provider {0}. org.apache.jetspeed.security.SecurityException.PASSWORD_ALREADY_USED = Password already used. org.apache.jetspeed.security.SecurityException.ANONYMOUS_USER_PROTECTED = The user {0} is protected. org.apache.jetspeed.security.SecurityException.UNEXPECTED = Unexpected security error at {0} from {1}: {2} org.apache.jetspeed.security.SecurityException.INVALID_UID = The uid cannot contain any regular expression meta-characters or be null or be empty. org.apache.jetspeed.security.SecurityException.INVALID_DN = The dn cannot be null or empty.