blob: a2c5b72d1016d5413197d627e341345bebcac180 [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 SecretSchemaAttributeType {
public static int SECRET_SCHEMA_ATTRIBUTE_STRING = 0;
public static int SECRET_SCHEMA_ATTRIBUTE_INTEGER = 1;
public static int SECRET_SCHEMA_ATTRIBUTE_BOOLEAN = 2;
}