Skip to content

Commit

Permalink
Add TPS TPSProfileService to v2 APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed Aug 26, 2024
1 parent 9615892 commit 6d6ef9c
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.netscape.certsrv.base.DataCollection;
import com.netscape.certsrv.util.JSONSerializer;

/**
* @author Endi S. Dewata
*/
@JsonInclude(Include.NON_NULL)
@JsonIgnoreProperties(ignoreUnknown=true)
public class ProfileCollection extends DataCollection<ProfileData> {}
public class ProfileCollection extends DataCollection<ProfileData> implements JSONSerializer {}
Loading

0 comments on commit 6d6ef9c

Please sign in to comment.