Package com.netscape.certsrv.tps.token
Class TokenClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.token.TokenClient
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeTokenStatus
(String tokenID, TokenStatus tokenStatus) findTokens
(String filter, String tokenID, String userID, String type, TokenStatus status, Integer start, Integer size) void
init()
modifyToken
(String tokenID, TokenData tokenData) void
removeToken
(String tokenID) 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
-
resource
-
-
Constructor Details
-
TokenClient
- Throws:
Exception
-
-
Method Details
-
init
- Throws:
Exception
-
findTokens
public TokenCollection findTokens(String filter, String tokenID, String userID, String type, TokenStatus status, Integer start, Integer size) throws Exception - Throws:
Exception
-
getToken
- Throws:
Exception
-
addToken
- Throws:
Exception
-
modifyToken
- Throws:
Exception
-
changeTokenStatus
- Throws:
Exception
-
removeToken
- Throws:
Exception
-