Package org.openiam.base.response
Class PrincipalConversionResponse
- java.lang.Object
-
- org.openiam.base.response.PrincipalConversionResponse
-
public class PrincipalConversionResponse extends Object
Response object for handling the conversion of a principal during authentication. This class is used to hold the updated principal and an indication if the login entity should be re-evaluated based on the conversion of the principal.Used primarily for handling scenarios where the principal undergoes modification (e.g., tweaking an employee ID to an actual user login) during authentication processes.
- Author:
- Mukul Khurana