Uses of Class
org.xipki.ca.api.mgmt.entry.CaHasRequestorEntry
-
Packages that use CaHasRequestorEntry Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of CaHasRequestorEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CaHasRequestorEntry Modifier and Type Method Description CaHasRequestorEntryRequestorInfo.CertRequestorInfo. getCaHasRequestor()CaHasRequestorEntryMgmtRequest.AddRequestorToCa. getRequestor()Methods in org.xipki.ca.api.mgmt that return types with arguments of type CaHasRequestorEntry Modifier and Type Method Description List<CaHasRequestorEntry>CaConf.SingleCa. getRequestors()Set<CaHasRequestorEntry>CaManager. getRequestorsForCa(String caName)Returns the Requests supported by the CAcaName.Set<CaHasRequestorEntry>MgmtResponse.GetRequestorsForCa. getResult()Methods in org.xipki.ca.api.mgmt with parameters of type CaHasRequestorEntry Modifier and Type Method Description voidCaManager. addRequestorToCa(CaHasRequestorEntry requestor, String caName)Adds the requestorrequestorNameto the CAcaName.voidMgmtRequest.AddRequestorToCa. setRequestor(CaHasRequestorEntry requestor)Method parameters in org.xipki.ca.api.mgmt with type arguments of type CaHasRequestorEntry Modifier and Type Method Description voidMgmtResponse.GetRequestorsForCa. setResult(Set<CaHasRequestorEntry> result)Constructors in org.xipki.ca.api.mgmt with parameters of type CaHasRequestorEntry Constructor Description CertRequestorInfo(CaHasRequestorEntry caHasRequestor, org.xipki.ca.api.CertWithDbId cert)Constructor parameters in org.xipki.ca.api.mgmt with type arguments of type CaHasRequestorEntry Constructor Description GetRequestorsForCa(Set<CaHasRequestorEntry> result) -
Uses of CaHasRequestorEntry in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry with parameters of type CaHasRequestorEntry Modifier and Type Method Description booleanCaHasRequestorEntry. equals(CaHasRequestorEntry obj, boolean ignoreId)
-