public interface RequestorInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestorInfo.ByCaRequestorInfo
CA system as the requestor.
|
static class |
RequestorInfo.ByUserRequestorInfo
Represent requestor that is authenticated via user/password.
|
static class |
RequestorInfo.CmpRequestorInfo
CMP requestor info.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_BY_CA |
static String |
NAME_BY_USER |
| Modifier and Type | Method and Description |
|---|---|
void |
assertCertprofilePermitted(String certprofile) |
void |
assertPermitted(int requiredPermission) |
NameId |
getIdent() |
boolean |
isCertprofilePermitted(String certprofile) |
boolean |
isPermitted(int requiredPermission) |
boolean |
isRa() |
static final String NAME_BY_USER
static final String NAME_BY_CA
NameId getIdent()
boolean isRa()
boolean isCertprofilePermitted(String certprofile)
boolean isPermitted(int requiredPermission)
void assertCertprofilePermitted(String certprofile) throws InsuffientPermissionException
InsuffientPermissionExceptionvoid assertPermitted(int requiredPermission)
throws InsuffientPermissionException
InsuffientPermissionExceptionCopyright © 2019. All rights reserved.