Uses of Class
com.netscape.certsrv.base.PATCH
-
-
Uses of PATCH in com.netscape.certsrv.group
Methods in com.netscape.certsrv.group with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
GroupResource. modifyGroup(java.lang.String groupID, GroupData groupData)
-
Uses of PATCH in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
AuditResource. updateAuditConfig(AuditConfig configData)
-
Uses of PATCH in com.netscape.certsrv.tps.authenticator
Methods in com.netscape.certsrv.tps.authenticator with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
AuthenticatorResource. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData)
-
Uses of PATCH in com.netscape.certsrv.tps.config
Methods in com.netscape.certsrv.tps.config with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
ConfigResource. updateConfig(ConfigData configData)
-
Uses of PATCH in com.netscape.certsrv.tps.connector
Methods in com.netscape.certsrv.tps.connector with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
ConnectorResource. updateConnector(java.lang.String connectorID, ConnectorData connectorData)
-
Uses of PATCH in com.netscape.certsrv.tps.profile
Methods in com.netscape.certsrv.tps.profile with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
ProfileResource. updateProfile(java.lang.String profileID, ProfileData profileData)
javax.ws.rs.core.Response
ProfileMappingResource. updateProfileMapping(java.lang.String profileMappingID, ProfileMappingData profileMappingData)
-
Uses of PATCH in com.netscape.certsrv.tps.token
Methods in com.netscape.certsrv.tps.token with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
TokenResource. modifyToken(java.lang.String tokenID, TokenData tokenData)
-
Uses of PATCH in com.netscape.certsrv.user
Methods in com.netscape.certsrv.user with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
UserResource. modifyUser(java.lang.String userID, UserData userData)
-