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
-
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) modifyToken
(String tokenID, TokenData tokenData) void
removeToken
(String tokenID)
-
Constructor Details
-
TokenClient
- Throws:
Exception
-
-
Method Details
-
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
-