Uses of Class
org.apache.cxf.configuration.security.ClientAuthentication
Packages that use ClientAuthentication
-
Uses of ClientAuthentication in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse that return ClientAuthenticationModifier and TypeMethodDescriptionTLSServerParameters.getClientAuthentication()This parameter retrieves the client authentication settings.Methods in org.apache.cxf.configuration.jsse with parameters of type ClientAuthenticationModifier and TypeMethodDescriptionfinal voidTLSServerParameters.setClientAuthentication(ClientAuthentication clientAuth) This parameter configures the server side to request and/or require client authentication. -
Uses of ClientAuthentication in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as ClientAuthenticationModifier and TypeFieldDescriptionprotected ClientAuthenticationTLSServerParametersType.clientAuthenticationThis element contains Client Authentication specification.Methods in org.apache.cxf.configuration.security that return ClientAuthenticationModifier and TypeMethodDescriptionObjectFactory.createClientAuthentication()Create an instance ofClientAuthenticationTLSServerParametersType.getClientAuthentication()Gets the value of the clientAuthentication property.Methods in org.apache.cxf.configuration.security with parameters of type ClientAuthenticationModifier and TypeMethodDescriptionvoidTLSServerParametersType.setClientAuthentication(ClientAuthentication value) Sets the value of the clientAuthentication property.