blob: c7bf10d4deb56ebe5ee97a36e54a462beb801427 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Red Hat Inc.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Red Hat Inc. - initial version
*******************************************************************************/
package org.eclipse.equinox.internal.security.linux;
public class SecretSchemaFlags {
public static int SECRET_SCHEMA_NONE = 0;
public static int SECRET_SCHEMA_DONT_MATCH_NAME = (1 << 1);
}