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.ResponseGroupResource. 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.ResponseAuditResource. 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.ResponseAuthenticatorResource. updateAuthenticator(java.lang.String authenticatorID, AuthenticatorData authenticatorData) -
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.ResponseConnectorResource. 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.ResponseProfileResource. updateProfile(java.lang.String profileID, ProfileData profileData)javax.ws.rs.core.ResponseProfileMappingResource. 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.ResponseTokenResource. 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.ResponseUserResource. modifyUser(java.lang.String userID, UserData userData) -
Uses of PATCH in org.dogtagpki.common
Methods in org.dogtagpki.common with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.ResponseConfigResource. updateConfig(ConfigData configData)
-