Uses of Class
org.dcache.xrootd.security.TLSSessionInfo
-
Packages that use TLSSessionInfo Package Description org.dcache.xrootd.core org.dcache.xrootd.security org.dcache.xrootd.tpc -
-
Uses of TLSSessionInfo in org.dcache.xrootd.core
Fields in org.dcache.xrootd.core declared as TLSSessionInfo Modifier and Type Field Description protected TLSSessionInfoXrootdProtocolRequestHandler. tlsSessionInfoMethods in org.dcache.xrootd.core with parameters of type TLSSessionInfo Modifier and Type Method Description voidXrootdProtocolRequestHandler. setTlsSessionInfo(TLSSessionInfo tlsSessionInfo)voidXrootdSessionHandler. setTlsSessionInfo(TLSSessionInfo tlsSessionInfo) -
Uses of TLSSessionInfo in org.dcache.xrootd.security
Constructors in org.dcache.xrootd.security with parameters of type TLSSessionInfo Constructor Description TLSSessionInfo(TLSSessionInfo other) -
Uses of TLSSessionInfo in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc that return TLSSessionInfo Modifier and Type Method Description TLSSessionInfoXrootdTpcClient. getTlsSessionInfo()Methods in org.dcache.xrootd.tpc with parameters of type TLSSessionInfo Modifier and Type Method Description voidXrootdTpcClient. setTlsSessionInfo(TLSSessionInfo tlsSessionInfo)
-