REST API and EJB APIs #535
fco-code-org
started this conversation in
General
Replies: 1 comment 6 replies
-
You can find documentation on the different REST API endpoints here: End entity methods should be available in both Community and Enterprise. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are using the following EJBCA EJB APIs even if it is not recommended:
ejb:ejbca/ejbca-ejb**/EndEntityManagementSessionBean**
addUser
deleteUser
setUserStatus
changeUser
ejb:ejbca/ejbca-ejb/EndEntityProfileSessionBean
getEndEntityProfileId(String)
getEndEntityProfile(String or int)
getEndEntityProfileName
ejb:ejbca/ejbca-ejb/EndEntityAccessSessionBean
findUser
Does EJBCA has the equivalent of these above APIs in the REST APIs ?
If yes are these equivalent REST APIs available in EJBCA CE (Community Edition) ?
Best Regards.
Beta Was this translation helpful? Give feedback.
All reactions