blob: 13899d4970966a40f2a3afac966a02f46d2ce426 [file] [log] [blame]
#
# 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.
#
# suppress inspection "UnusedProperty" for whole file
jdbc.name=Apache Felix JDBC LoginModule Example
jdbc.description=Configuration details for connecting to Database
#JAAS Stuff
jaas.controlFlag.name=Control Flag
jaas.controlFlag.description=The Flag value controls the overall behavior as authentication proceeds down the stack
jaas.flag.required=Required
jaas.flag.requisite=Requisite
jaas.flag.sufficient=Sufficient
jaas.flag.optional=Optional
jaas.ranking.name = Ranking
jaas.ranking.description = The relative ranking of this configuration.
jaas.options.name = Options
jaas.options.description = Properties in the form of key value pairs that are passed on to the LoginModule(name=value pairs)
jaas.realmName.name = Realm Name
jaas.realmName.description = Name of the application
datasourceName.name = Datasource Name
datasourceName.description = Name of the datasource
query.role.name= Role Query
query.role.description = Query to fetch user roles
query.pwd.name = Password Query
query.pwd.description = Query to fetch user password