Package org.xipki.ca.api.mgmt
Class RequestorInfo.CertRequestorInfo
- java.lang.Object
-
- org.xipki.ca.api.mgmt.RequestorInfo.CertRequestorInfo
-
- All Implemented Interfaces:
RequestorInfo
- Enclosing interface:
- RequestorInfo
public static class RequestorInfo.CertRequestorInfo extends Object implements RequestorInfo
Cert requestor info.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xipki.ca.api.mgmt.RequestorInfo
RequestorInfo.ByCaRequestorInfo, RequestorInfo.CertRequestorInfo
-
-
Field Summary
-
Fields inherited from interface org.xipki.ca.api.mgmt.RequestorInfo
NAME_BY_CA
-
-
Constructor Summary
Constructors Constructor Description CertRequestorInfo(CaHasRequestorEntry caHasRequestor, org.xipki.ca.api.CertWithDbId cert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertPermitted(int permission)CaHasRequestorEntrygetCaHasRequestor()org.xipki.ca.api.CertWithDbIdgetCert()org.xipki.ca.api.NameIdgetIdent()booleanisCertprofilePermitted(String certprofile)booleanisPermitted(int permission)
-
-
-
Constructor Detail
-
CertRequestorInfo
public CertRequestorInfo(CaHasRequestorEntry caHasRequestor, org.xipki.ca.api.CertWithDbId cert)
-
-
Method Detail
-
getCaHasRequestor
public CaHasRequestorEntry getCaHasRequestor()
-
getCert
public org.xipki.ca.api.CertWithDbId getCert()
-
getIdent
public org.xipki.ca.api.NameId getIdent()
- Specified by:
getIdentin interfaceRequestorInfo
-
isCertprofilePermitted
public boolean isCertprofilePermitted(String certprofile)
- Specified by:
isCertprofilePermittedin interfaceRequestorInfo
-
isPermitted
public boolean isPermitted(int permission)
- Specified by:
isPermittedin interfaceRequestorInfo
-
assertPermitted
public void assertPermitted(int permission) throws org.xipki.util.exception.InsufficientPermissionException- Specified by:
assertPermittedin interfaceRequestorInfo- Throws:
org.xipki.util.exception.InsufficientPermissionException
-
-