mechs.properties

来自「一个JAVA做的FTP软件,带源码的,可以很好的进行二次开发,,并带有详细说明文」· PROPERTIES 代码 · 共 28 行

PROPERTIES
28
字号
## @(#)mechs.properties	1.3 99/02/23## Copyright (c) 1999 Sun Microsystems, Inc.# All Rights Reserved.## This is the "GSS security machanism plug-in properties file".## This file provides a way to plug-in a security mechanism into# the java gss-api framework simply by providing the class name of# the plug-in Provider.## Each entry is of the form:##	gss.provider.<n>=<className>### This declares a GSS-API plug-in provider, <className>, which is a subclass# of the java.security.Provider, and specifies its preference order <n># as the default GSS-API plug-in provider.  The order is 1-based; 1 is the# most preferred default gss plug-in, and so on.#### Example:## gss.provider.1=com.sun.gssapi.dummy.Dummy

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?