AuthCallback MQXR class
AuthCallback is the sole class in package com.ibm.mq.mqxr. It specifies the interface definition that a telemetry server administrator needs when they write an AuthCallback in the MQXR server.
Class AuthCallback
java.lang.Object | └─ com.ibm.mq.mqxr.AuthCallbackImplemented interface:
javax.security.auth.callback.Callback
public class AuthCallback extends java.lang.Object implements javax.security.auth.callback.CallbackAllows a JAAS login module (javax.security.auth.spi.LoginModule) to access IBM MQ Server objects.
Methods
- getSSLSession
- public javax.net.ssl.SSLSession getSSLSession()
- setSSLSession
- public void setSSLSession(javax.net.ssl.SSLSession sslSession)
Constructor
public AuthCallback()Parent topic: MQ Telemetry Reference
Related reference
Related information