xref: /titanic_41/usr/src/cmd/krb5/kadmin/gui/native/mapfile-vers (revision b3697b90e692e3e5d859fb77d285d4c056d99eda)
1#
2# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11# or http://www.opensolaris.org/os/licensing.
12# See the License for the specific language governing permissions
13# and limitations under the License.
14#
15# When distributing Covered Code, include this CDDL HEADER in each
16# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17# If applicable, add the following below this CDDL HEADER, with the
18# fields enclosed by brackets "[]" replaced with your own identifying
19# information: Portions Copyright [yyyy] [name of copyright owner]
20#
21# CDDL HEADER END
22#
23# Interface definition for /usr/lib/krb5/libkadmin.so.1
24
25#
26# MAPFILE HEADER START
27#
28# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29# Object versioning must comply with the rules detailed in
30#
31#	usr/src/lib/README.mapfiles
32#
33# You should not be making modifications here until you've read the most current
34# copy of that file. If you need help, contact a gatekeeper for guidance.
35#
36# MAPFILE HEADER END
37#
38
39$mapfile_version 2
40
41SYMBOL_VERSION SUNWprivate_1.1 {
42	global:
43		Java_Kadmin_sessionInit;
44		Java_Kadmin_sessionExit;
45		Java_Kadmin_getPrivs;
46		Java_Kadmin_getEncList;
47		Java_Kadmin_getPrincipalList;
48		Java_Kadmin_getPrincipalList2;
49		Java_Kadmin_loadPrincipal;
50		Java_Kadmin_savePrincipal;
51		Java_Kadmin_createPrincipal;
52		Java_Kadmin_deletePrincipal;
53		Java_Kadmin_getPolicyList;
54		Java_Kadmin_loadPolicy;
55		Java_Kadmin_savePolicy;
56		Java_Kadmin_createPolicy;
57		Java_Kadmin_deletePolicy;
58	local:
59		*;
60};
61
62