Uses of Class
org.apache.cxf.xkms.model.xkms.AuthenticationType
-
Packages that use AuthenticationType Package Description 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 Modifier and Type Field Description protected AuthenticationTypeRecoverRequestType. authenticationprotected AuthenticationTypeRegisterRequestType. authenticationprotected AuthenticationTypeReissueRequestType. authenticationprotected AuthenticationTypeRevokeRequestType. authenticationMethods in org.apache.cxf.xkms.model.xkms that return AuthenticationType Modifier and Type Method Description AuthenticationTypeObjectFactory. createAuthenticationType()Create an instance ofAuthenticationTypeAuthenticationTypeRecoverRequestType. getAuthentication()Gets the value of the authentication property.AuthenticationTypeRegisterRequestType. getAuthentication()Gets the value of the authentication property.AuthenticationTypeReissueRequestType. getAuthentication()Gets the value of the authentication property.AuthenticationTypeRevokeRequestType. getAuthentication()Gets the value of the authentication property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type AuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationType>ObjectFactory. createAuthentication(AuthenticationType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type AuthenticationType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthenticationType>ObjectFactory. createAuthentication(AuthenticationType value)voidRecoverRequestType. setAuthentication(AuthenticationType value)Sets the value of the authentication property.voidRegisterRequestType. setAuthentication(AuthenticationType value)Sets the value of the authentication property.voidReissueRequestType. setAuthentication(AuthenticationType value)Sets the value of the authentication property.voidRevokeRequestType. setAuthentication(AuthenticationType value)Sets the value of the authentication property.
-