| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.jsse.TLSParameterBase
org.apache.cxf.configuration.jsse.TLSServerParameters
public class TLSServerParameters
This class extends TLSParameterBase with service-specific
 SSL/TLS parameters.
| Constructor Summary | |
|---|---|
| TLSServerParameters() | |
| Method Summary | |
|---|---|
|  ClientAuthentication | getClientAuthentication()This parameter retrieves the client authentication settings. | 
|  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 | 
|---|
public TLSServerParameters()
| Method Detail | 
|---|
public final void setClientAuthentication(ClientAuthentication clientAuth)
public ClientAuthentication getClientAuthentication()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||