Uses of Class
org.apache.cxf.xkms.model.xkms.StatusType
-
Packages that use StatusType Package Description org.apache.cxf.xkms.handlers org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.x509.validator -
-
Uses of StatusType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers that return StatusType Modifier and Type Method Description StatusTypeValidator. validate(ValidateRequestType request) -
Uses of StatusType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as StatusType Modifier and Type Field Description protected StatusTypeKeyBindingType. statusMethods in org.apache.cxf.xkms.model.xkms that return StatusType Modifier and Type Method Description StatusTypeObjectFactory. createStatusType()Create an instance ofStatusTypeStatusTypeKeyBindingType. getStatus()Gets the value of the status property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type StatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<StatusType>ObjectFactory. createStatus(StatusType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type StatusType Modifier and Type Method Description javax.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 StatusType Modifier and Type Method Description StatusTypeDateValidator. validate(ValidateRequestType request)StatusTypeDirectTrustValidator. validate(ValidateRequestType request)StatusTypeTrustedAuthorityValidator. validate(ValidateRequestType request)
-