Class SsaValidateAction


  • @Named
    public class SsaValidateAction
    extends Object
    Provides the method to validate an existing SSA considering certain conditions.
    • Constructor Detail

      • SsaValidateAction

        public SsaValidateAction()
    • Method Detail

      • validate

        public jakarta.ws.rs.core.Response validate​(String jti)
        Validates an existing SSA for a given "jti".

        Method will return a WebApplicationException with status 422 if the SSA does not exist, has been expired or is no longer active, it will also return a WebApplicationException with status 500 in case an uncontrolled error occurs when processing the method.

        Parameters:
        jti - Unique identifier
        Returns:
        Response with status 200 (Ok) if SSA has been validated.