Uses of Class
org.xipki.ca.api.mgmt.entry.RequestorEntry
-
Packages that use RequestorEntry Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of RequestorEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return RequestorEntry Modifier and Type Method Description RequestorEntryCaConf. getRequestor(String name)RequestorEntryCaManager. getRequestor(String name)Returns the requestor namedname.RequestorEntryMgmtRequest.AddRequestor. getRequestorEntry()RequestorEntryMgmtResponse.GetRequestor. getResult()Methods in org.xipki.ca.api.mgmt with parameters of type RequestorEntry Modifier and Type Method Description voidCaConf. addRequestor(RequestorEntry requestor)voidCaManager. addRequestor(RequestorEntry requestorEntry)Adds requstor.voidMgmtRequest.AddRequestor. setRequestorEntry(RequestorEntry requestorEntry)voidMgmtResponse.GetRequestor. setResult(RequestorEntry result)Constructors in org.xipki.ca.api.mgmt with parameters of type RequestorEntry Constructor Description GetRequestor(RequestorEntry result) -
Uses of RequestorEntry in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry with parameters of type RequestorEntry Modifier and Type Method Description booleanRequestorEntry. equals(RequestorEntry obj, boolean ignoreId)
-