Showing:

Annotations
Model
Properties
Element tns:AuthorizationPolicy / tns:UserName
Namespace http://cxf.apache.org/configuration/security
Annotations
User Name for  server BASIC authentication login
(some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)
Type xs:string
Properties
content simple
minOccurs 0
Element tns:AuthorizationPolicy / tns:Password
Namespace http://cxf.apache.org/configuration/security
Annotations
Password for server BASIC authentication login
(some servers require users to authenticate with the server -- see also UserName, AuthorizationType, and Authorization)
Type xs:string
Properties
content simple
minOccurs 0
Element tns:AuthorizationPolicy / tns:AuthorizationType
Namespace http://cxf.apache.org/configuration/security
Annotations
Type of authentication to use with server, if not using
username and password based "BASIC" authentication.
If username and password are used, this does not need to be set.
(some servers require users to authenticate with the server -- see also UserName, Password, and Authorization)
Type xs:string
Properties
content simple
minOccurs 0
Element tns:AuthorizationPolicy / tns:Authorization
Namespace http://cxf.apache.org/configuration/security
Annotations
Actual authentication data for server, if not using
username and password based "BASIC" authentication
If username and password are used, this does not need to be set.
(some servers require users to authenticate with the server -- see also UserName, Password, and AuthorizationType)
Type xs:string
Properties
content simple
minOccurs 0
Complex Type tns:AuthorizationPolicy
Namespace http://cxf.apache.org/configuration/security
Annotations
This structure holds parameters that may govern authentication
that use a User Password strategy.
Model
Children tns:Authorization, tns:AuthorizationType, tns:Password, tns:UserName