Interface PamSecurityHandlerService

    • Method Detail

      • checkPermissionImpl

        com.soffid.iam.api.PamSecurityCheck checkPermissionImpl​(AccountEntity account,
                                                                String action)
                                                         throws es.caib.seycon.ng.exception.InternalErrorException
        Operation checkPermissionImpl
        Parameters:
        account -
        action -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • getObligations

        com.soffid.iam.api.PamSecurityCheck getObligations​(AccountEntity account,
                                                           String action)
                                                    throws es.caib.seycon.ng.exception.InternalErrorException
        Operation getObligations
        Parameters:
        account -
        action -
        Returns:
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • checkPermission

        void checkPermission​(AccountEntity account,
                             String action)
                      throws es.caib.seycon.ng.exception.InternalErrorException
        Operation checkPermission
        Parameters:
        account -
        action -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException