Uses of Class
org.apache.cxf.xkms.model.xkms.StatusType
Packages that use StatusType
Package
Description
-
Uses of StatusType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return StatusType -
Uses of StatusType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as StatusTypeMethods in org.apache.cxf.xkms.model.xkms that return StatusTypeModifier and TypeMethodDescriptionObjectFactory.createStatusType()Create an instance ofStatusTypeKeyBindingType.getStatus()Gets the value of the status property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type StatusTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StatusType>ObjectFactory.createStatus(StatusType value) Methods in org.apache.cxf.xkms.model.xkms with parameters of type StatusTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StatusType>ObjectFactory.createStatus(StatusType value) voidKeyBindingType.setStatus(StatusType value) Sets the value of the status property. -
Uses of StatusType in org.apache.cxf.xkms.x509.validator
Methods in org.apache.cxf.xkms.x509.validator that return StatusTypeModifier and TypeMethodDescriptionDateValidator.validate(ValidateRequestType request) DirectTrustValidator.validate(ValidateRequestType request) TrustedAuthorityValidator.validate(ValidateRequestType request)