|
||||||||||
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 | |
---|---|
org.apache.cxf.configuration.security.ClientAuthentication |
getClientAuthentication()
This parameter retrieves the client authentication settings. |
void |
setClientAuthentication(org.apache.cxf.configuration.security.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(org.apache.cxf.configuration.security.ClientAuthentication clientAuth)
public org.apache.cxf.configuration.security.ClientAuthentication getClientAuthentication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |