Uses of Class
org.apache.cxf.configuration.security.ClientAuthentication
-
Packages that use ClientAuthentication Package Description org.apache.cxf.configuration.jsse org.apache.cxf.configuration.security -
-
Uses of ClientAuthentication in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse that return ClientAuthentication Modifier and Type Method Description ClientAuthenticationTLSServerParameters. getClientAuthentication()This parameter retrieves the client authentication settings.Methods in org.apache.cxf.configuration.jsse with parameters of type ClientAuthentication Modifier and Type Method Description 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 ClientAuthentication Modifier and Type Field Description protected ClientAuthenticationTLSServerParametersType. clientAuthenticationThis element contains Client Authentication specification.Methods in org.apache.cxf.configuration.security that return ClientAuthentication Modifier and Type Method Description ClientAuthenticationObjectFactory. createClientAuthentication()Create an instance ofClientAuthenticationClientAuthenticationTLSServerParametersType. getClientAuthentication()Gets the value of the clientAuthentication property.Methods in org.apache.cxf.configuration.security with parameters of type ClientAuthentication Modifier and Type Method Description voidTLSServerParametersType. setClientAuthentication(ClientAuthentication value)Sets the value of the clientAuthentication property.
-