Package com.netscape.certsrv.user
Class UserClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.user.UserClient
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserClient
(PKIClient client, String subsystem) UserClient
(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptionaddUserCert
(String userID, UserCertData userCertData) addUserMembership
(String userID, String groupID) findUserCerts
(String userID, Integer start, Integer size) findUserMemberships
(String userID, String filter, Integer start, Integer size) getUserCert
(String userID, String certID) void
init()
modifyUser
(String userID, UserData userData) void
removeUser
(String userID) void
removeUserCert
(String userID, String certID) void
removeUserMembership
(String userD, String groupID) Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
Field Details
-
userClient
-
-
Constructor Details
-
Method Details
-
init
- Throws:
Exception
-
findUsers
- Throws:
Exception
-
getUser
- Throws:
Exception
-
addUser
- Throws:
Exception
-
modifyUser
- Throws:
Exception
-
removeUser
- Throws:
Exception
-
findUserCerts
public UserCertCollection findUserCerts(String userID, Integer start, Integer size) throws Exception - Throws:
Exception
-
getUserCert
- Throws:
Exception
-
addUserCert
- Throws:
Exception
-
removeUserCert
- Throws:
Exception
-
findUserMemberships
public UserMembershipCollection findUserMemberships(String userID, String filter, Integer start, Integer size) throws Exception - Throws:
Exception
-
addUserMembership
- Throws:
Exception
-
removeUserMembership
- Throws:
Exception
-