Apache CXF API

org.apache.cxf.configuration.jsse
Class TLSServerParameters

java.lang.Object
  extended by org.apache.cxf.configuration.jsse.TLSParameterBase
      extended by org.apache.cxf.configuration.jsse.TLSServerParameters

public class TLSServerParameters
extends TLSParameterBase


Constructor Summary
TLSServerParameters()
           
 
Method Summary
 ClientAuthentication getClientAuthentication()
          This parameter configures the server side to request and/or require client authentication.
 void setClientAuthentication(ClientAuthentication clientAuth)
          This parameter configures the server side to request and/or require client authentication.
 
Methods inherited from class org.apache.cxf.configuration.jsse.TLSParameterBase
getCipherSuites, getCipherSuitesFilter, getJsseProvider, getKeyManagers, getSecureRandom, getSecureSocketProtocol, getTrustManagers, setCipherSuites, setCipherSuitesFilter, setJsseProvider, setKeyManagers, setSecureRandom, setSecureSocketProtocol, setTrustManagers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSServerParameters

public TLSServerParameters()
Method Detail

setClientAuthentication

public final void setClientAuthentication(ClientAuthentication clientAuth)
This parameter configures the server side to request and/or require client authentication.


getClientAuthentication

public ClientAuthentication getClientAuthentication()
This parameter configures the server side to request and/or require client authentication.


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.