All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.geronimo.security.SecurityNames Maven / Gradle / Ivy

The newest version!
/*
 * 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.
 */


package org.apache.geronimo.security;

/**
 * @version $Rev: 720842 $ $Date: 2008-11-26 21:18:49 +0800 (Wed, 26 Nov 2008) $
 */
public interface SecurityNames {
    static final String CERTIFICATION_AUTHORITY = "CertificationAuthority";
    static final String CERTIFICATE_STORE = "CertificateStore";
    static final String CERTIFICATE_REQUEST_STORE = "CertificateRequestStore";

    static final String SECURITY_REALM = "SecurityRealm";
    static final String LOGIN_MODULE = "LoginModule";
    static final String LOGIN_MODULE_USE = "LoginModuleUse";
    static final String JACC_MANAGER = "JACCManager";
    static final String CONFIGURATION_ENTRY = "ConfigurationEntry";

    static final String KEY_GENERATOR = "KeyGenerator";
    static final String KEYSTORE_INSTANCE = "Keystore";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy