|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthInfo | |
---|---|
com.sun.jdmk.comm | Provides the classes that implement proprietary connectors and adaptors. |
Uses of AuthInfo in com.sun.jdmk.comm |
---|
Methods in com.sun.jdmk.comm that return AuthInfo | |
---|---|
AuthInfo |
HttpsConnectorAddress.getAuthInfo()
Deprecated. Returns the value of the authentication info property. |
AuthInfo |
HttpConnectorAddress.getAuthInfo()
Deprecated. Returns the value of the authentication info property. |
AuthInfo |
GenericHttpConnectorAddress.getAuthInfo()
Deprecated. Returns the value of the authentication info property. |
Methods in com.sun.jdmk.comm with parameters of type AuthInfo | |
---|---|
void |
HtmlAdaptorServer.addUserAuthenticationInfo(AuthInfo authinfo)
Adds the authentication information of the user to be authenticated by this server. |
void |
GenericHttpConnectorServer.addUserAuthenticationInfo(AuthInfo authinfo)
Deprecated. Adds user authentication information to this server. |
void |
HtmlAdaptorServer.removeUserAuthenticationInfo(AuthInfo authinfo)
Removes the authentication information of the given user from the list of users authenticated by this server. |
void |
GenericHttpConnectorServer.removeUserAuthenticationInfo(AuthInfo authinfo)
Deprecated. Removes user authentication information from this server. |
void |
HttpsConnectorAddress.setAuthInfo(AuthInfo authInfo)
Deprecated. Sets the value of the authentication info property. |
void |
HttpConnectorAddress.setAuthInfo(AuthInfo authInfo)
Deprecated. Sets the value of the authentication info property. |
void |
GenericHttpConnectorAddress.setAuthInfo(AuthInfo authInfo)
Deprecated. Sets the value of the authentication info property. |
Constructors in com.sun.jdmk.comm with parameters of type AuthInfo | |
---|---|
GenericHttpConnectorServer(int connectorType,
int port,
AuthInfo[] authInfoList)
Deprecated. Initializes this GenericHttpConnectorServer with the
specified port and user authentication information list. |
|
GenericHttpConnectorServer(int connectorType,
int port,
AuthInfo[] authInfoList,
InetAddress bindAddr)
Deprecated. Initializes this GenericHttpConnectorServer with the specified port and
user authentication information list. |
|
HtmlAdaptorServer(int port,
AuthInfo[] authInfoList)
Constructs the HtmlAdaptorServer that will use the
specified port and user authentication information list. |
|
HttpConnectorAddress(String host,
int port,
AuthInfo authInfo)
Deprecated. HttpConnectorAddress constructor. |
|
HttpConnectorServer(int port,
AuthInfo[] authInfoList)
Deprecated. Constructs an HttpConnectorServer . |
|
HttpConnectorServer(int port,
AuthInfo[] authInfoList,
InetAddress bindAddr)
Deprecated. Constructs an HttpConnectorServer . |
|
HttpsConnectorAddress(String host,
int port,
AuthInfo authInfo)
Deprecated. HttpsConnectorAddress constructor. |
|
HttpsConnectorServer(int port,
AuthInfo[] authInfoList)
Deprecated. Constructs an HttpsConnectorServer . |
|
HttpsConnectorServer(int port,
AuthInfo[] authInfoList,
InetAddress bindAddr)
Deprecated. Constructs an HttpsConnectorServer . |
|
HttpsConnectorServer(int port,
AuthInfo[] authInfoList,
InetAddress bindAddr,
boolean needClientAuth)
Deprecated. Constructs an HttpsConnectorServer . |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |