Package com.protegrity.ap.java
package com.protegrity.ap.java
Protegrity Application Protector Java API.
This package provides the core Java SDK for protecting and unprotecting sensitive data using Protegrity's Data Protection services. It includes classes for session management, authentication, and data transformation operations.
Main Classes
Protector- Main entry point for protection operationsSessionObject- Manages user sessions for protection operationsAuthenticator- Handles authentication with Protegrity services
Usage Example
Protector protector = Protector.getProtector();
SessionObject session = protector.createSession("username");
String[] protectedData = new String[data.length];
protector.protect(session, "dataElement", data, protectedData);
- Since:
- 1.0.0
-
ClassDescriptionHandles authentication with Protegrity Developer Edition services.Provides JWT token retrieval functionality for Protegrity Developer Edition authentication.Represents the response from an authentication token request.Adapter for communication with Protegrity Core Provider services.Maps error messages to standardized error codes and descriptions.Exception thrown when initialization of Protector components fails.Represents the result of a parsing operation.Main entry point for Protegrity data protection operations.Exception class for Protector API operations.Encoding types for input data in protection operations.Manages user sessions for Protector operations.Hold the session object used in the API methods.Holds information about exceptions.