Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.AuthenticationType

Packages that use AuthenticationType
org.apache.cxf.xkms.model.xkms   
 

Uses of AuthenticationType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as AuthenticationType
protected  AuthenticationType RecoverRequestType.authentication
           
protected  AuthenticationType RegisterRequestType.authentication
           
protected  AuthenticationType ReissueRequestType.authentication
           
protected  AuthenticationType RevokeRequestType.authentication
           
 

Methods in org.apache.cxf.xkms.model.xkms that return AuthenticationType
 AuthenticationType ObjectFactory.createAuthenticationType()
          Create an instance of AuthenticationType
 AuthenticationType RecoverRequestType.getAuthentication()
          Gets the value of the authentication property.
 AuthenticationType RegisterRequestType.getAuthentication()
          Gets the value of the authentication property.
 AuthenticationType ReissueRequestType.getAuthentication()
          Gets the value of the authentication property.
 AuthenticationType RevokeRequestType.getAuthentication()
          Gets the value of the authentication property.
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type AuthenticationType
 JAXBElement<AuthenticationType> ObjectFactory.createAuthentication(AuthenticationType value)
          Create an instance of JAXBElement<AuthenticationType>}
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type AuthenticationType
 JAXBElement<AuthenticationType> ObjectFactory.createAuthentication(AuthenticationType value)
          Create an instance of JAXBElement<AuthenticationType>}
 void RecoverRequestType.setAuthentication(AuthenticationType value)
          Sets the value of the authentication property.
 void RegisterRequestType.setAuthentication(AuthenticationType value)
          Sets the value of the authentication property.
 void ReissueRequestType.setAuthentication(AuthenticationType value)
          Sets the value of the authentication property.
 void RevokeRequestType.setAuthentication(AuthenticationType value)
          Sets the value of the authentication property.
 


Apache CXF API

Apache CXF