public class CaHasRequestorEntry extends MgmtEntry
| Constructor and Description |
|---|
CaHasRequestorEntry(org.xipki.ca.api.NameId requestorIdent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(CaHasRequestorEntry obj,
boolean ignoreId) |
boolean |
equals(Object obj) |
int |
getPermission() |
Set<String> |
getProfiles() |
org.xipki.ca.api.NameId |
getRequestorIdent() |
int |
hashCode() |
boolean |
isCertprofilePermitted(String certprofile) |
boolean |
isPermitted(int permission) |
void |
setPermission(int permission) |
void |
setProfiles(Set<String> profiles) |
void |
setRequestorIdent(org.xipki.ca.api.NameId requestorIdent) |
String |
toString() |
public CaHasRequestorEntry(org.xipki.ca.api.NameId requestorIdent)
public int getPermission()
public void setPermission(int permission)
public org.xipki.ca.api.NameId getRequestorIdent()
public void setRequestorIdent(org.xipki.ca.api.NameId requestorIdent)
public boolean isCertprofilePermitted(String certprofile)
public boolean isPermitted(int permission)
public boolean equals(CaHasRequestorEntry obj, boolean ignoreId)
Copyright © 2023. All rights reserved.