Uses of Class
org.apache.cxf.xkms.model.xkms.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as AuthenticationTypeModifier and TypeFieldDescriptionprotected AuthenticationTypeRecoverRequestType.authenticationprotected AuthenticationTypeRegisterRequestType.authenticationprotected AuthenticationTypeReissueRequestType.authenticationprotected AuthenticationTypeRevokeRequestType.authenticationMethods in org.apache.cxf.xkms.model.xkms that return AuthenticationTypeModifier and TypeMethodDescriptionObjectFactory.createAuthenticationType()Create an instance ofAuthenticationTypeRecoverRequestType.getAuthentication()Gets the value of the authentication property.RegisterRequestType.getAuthentication()Gets the value of the authentication property.ReissueRequestType.getAuthentication()Gets the value of the authentication property.RevokeRequestType.getAuthentication()Gets the value of the authentication property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type AuthenticationTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AuthenticationType>ObjectFactory.createAuthentication(AuthenticationType value) Methods in org.apache.cxf.xkms.model.xkms with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionjakarta.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.